1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-14 11:00:10 +01:00

Merge branch 'revert-af707cd1' into 'master'

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

See merge request !322
This commit is contained in:
Marcus Hoffmann 2017-08-27 22:40:49 +00:00
commit b81f14b8df

View File

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