diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-08-19 14:54:19 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-08-19 14:54:19 -0300 |
commit | 4442fd409f62de71502e64c81819305151c433af (patch) | |
tree | d12b71db10f476090cfd4c1a9752a968f6650433 | |
parent | 759884a61cd5b7b8916c2db274c149637919737e (diff) |
Add libssl-dev requirement for pyOpenSSL.
-rw-r--r-- | README.rst | 1 | ||||
-rw-r--r-- | changes/bug-update-readme-requirements | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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. |