Declare dependency on PyOpenSSL package

This commit is contained in:
Seth Schoen
2015-02-02 17:02:22 -08:00
parent 2409aa6475
commit c43ecf924c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,3 +5,4 @@ python-augeas==0.5.0
requests==2.4.3
argparse==1.2.2
mock==1.0.1
PyOpenSSL==0.13
+1
View File
@@ -29,6 +29,7 @@ install_requires = [
'python-augeas',
'python2-pythondialog',
'requests',
'PyOpenSSL',
'zope.component',
'zope.interface',
# order of items in install_requires DOES matter and M2Crypto has