From 3f72e682c5c282d4bfcea33f9ffa5534cc7b8253 Mon Sep 17 00:00:00 2001
From: Ronny Trommer <ronny@opennms.org>
Date: Thu, 10 Sep 2015 23:54:27 +0200
Subject: [PATCH] Update build dependency documentation

Build requires Python 2 and libssl-dev
---
 docs/user/getting_started.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst
index 885a38879..104899785 100644
--- a/docs/user/getting_started.rst
+++ b/docs/user/getting_started.rst
@@ -27,11 +27,13 @@ freshly installed Debian Wheezy system the following packages are required:
 
 * `git` (to get Gluon and other dependencies)
 * `subversion`
+* `python` (Python 3 doesn't work)
 * `build-essential`
 * `gawk`
 * `unzip`
 * `libncurses-dev` (actually `libncurses5-dev`)
 * `libz-dev` (actually `zlib1g-dev`)
+* `libssl-dev`
 
 
 Building the images
-- 
GitLab