Commit 8e9f72fe authored by Julien Muchembled's avatar Julien Muchembled

Tighten pyOpenSSL dependency for OpenSSL.crypto.verify()

parent 6e443638
......@@ -7,7 +7,7 @@ Standards-Version: 3.9.1
Package: re6stnet
Architecture: all
Depends: ${misc:Depends}, python (>= 2.6.6-3), python (<< 2.8), python-argparse, python-openssl, openvpn (>= 2.1.3), babeld (>= 1.3.1), iproute, openssl
Depends: ${misc:Depends}, python (>= 2.6.6-3), python (<< 2.8), python-argparse, python-openssl (>= 0.13), openvpn (>= 2.1.3), babeld (>= 1.3.1), iproute, openssl
Recommends: ${python:Recommends}
Suggests: ndisc6
Description: resilient, scalable, IPv6 network application
......@@ -12,7 +12,7 @@ Requires: iproute
Requires: openssl
Requires: openvpn
Requires: python = 2.7
Requires: pyOpenSSL
Requires: pyOpenSSL >= 0.13
%description
......
......@@ -38,7 +38,7 @@ setup(
'ovpn-client',
],
},
install_requires = ['pyOpenSSL', 'miniupnpc'],
install_requires = ['pyOpenSSL >= 0.13', 'miniupnpc'],
#dependency_links = [
# "http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.7.20120714.tar.gz#egg=miniupnpc-1.7",
# ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment