mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
Latest cryptography depends on enum34.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
committed by
Brian Warner
parent
ef455df990
commit
e73d76eb1b
@ -204,6 +204,7 @@ if _can_use_pyOpenSSL_0_14:
|
||||
"cryptography",
|
||||
"cffi >= 0.8", # latest cryptography depends on this version
|
||||
"six >= 1.4.1", # latest cryptography depends on this version
|
||||
"enum34", # latest cryptography depends on this
|
||||
"pycparser", # cffi depends on this
|
||||
]
|
||||
|
||||
@ -211,6 +212,7 @@ if _can_use_pyOpenSSL_0_14:
|
||||
('cryptography', 'cryptography'),
|
||||
('cffi', 'cffi'),
|
||||
('six', 'six'),
|
||||
('enum34', 'enum'),
|
||||
('pycparser', 'pycparser'),
|
||||
]
|
||||
else:
|
||||
|
Reference in New Issue
Block a user