chiark / gitweb /
setup.py: don't use pyasn1 to 0.3.3 until pyasn1-modules is updated to support it
authorMarcus Hoffmann <bubuiic@aol.com>
Sun, 27 Aug 2017 21:58:40 +0000 (21:58 +0000)
committerMarcus Hoffmann <bubuiic@aol.com>
Sun, 27 Aug 2017 21:58:40 +0000 (21:58 +0000)
Latest pyasn1-modules hard codes pyasn1-0.3.2, so this currently break our tests.
Ref: https://github.com/etingof/pyasn1-modules/issues/4

setup.py

index 12e2476b00ac2448c1d510a1e96465796706cb55..e90bfc824da07f3d4b58d412c0cb78565e888c10 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(name='fdroidserver',
           'paramiko',
           'Pillow',
           'apache-libcloud >= 0.14.1',
-          'pyasn1',
+          'pyasn1 <= 0.3.2',
           'pyasn1-modules',
           'python-vagrant',
           'PyYAML',