1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 11:20:10 +02:00

setup.py: don't use pyasn1 to 0.3.3 until pyasn1-modules is updated to support it

Latest pyasn1-modules hard codes pyasn1-0.3.2, so this currently break our tests.
Ref: https://github.com/etingof/pyasn1-modules/issues/4
This commit is contained in:
Marcus Hoffmann 2017-08-27 21:58:40 +00:00
parent 222b9251e7
commit af707cd1cb

View File

@ -36,7 +36,7 @@ setup(name='fdroidserver',
'paramiko',
'Pillow',
'apache-libcloud >= 0.14.1',
'pyasn1',
'pyasn1 <= 0.3.2',
'pyasn1-modules',
'python-vagrant',
'PyYAML',