summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-08-19 14:54:19 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-08-19 14:54:19 -0300
commit4442fd409f62de71502e64c81819305151c433af (patch)
treed12b71db10f476090cfd4c1a9752a968f6650433
parent759884a61cd5b7b8916c2db274c149637919737e (diff)
Add libssl-dev requirement for pyOpenSSL.
-rw-r--r--README.rst1
-rw-r--r--changes/bug-update-readme-requirements1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index aeb871f..9164054 100644
--- a/README.rst
+++ b/README.rst
@@ -16,6 +16,7 @@ A collection of shared utils used by the several python LEAP subprojects.
Library dependencies
--------------------
* ``protobuf-compiler``
+* ``libssl-dev``
Python dependencies
-------------------
diff --git a/changes/bug-update-readme-requirements b/changes/bug-update-readme-requirements
new file mode 100644
index 0000000..079a098
--- /dev/null
+++ b/changes/bug-update-readme-requirements
@@ -0,0 +1 @@
+ o Add libssl-dev requirement for pyOpenSSL.