chiark / gitweb /
Revert "setup.py: don't use pyasn1 to 0.3.3 until pyasn1-modules is updated to suppor...
authorMarcus Hoffmann <bubuiic@aol.com>
Sun, 27 Aug 2017 22:07:49 +0000 (22:07 +0000)
committerMarcus Hoffmann <bubuiic@aol.com>
Sun, 27 Aug 2017 22:07:49 +0000 (22:07 +0000)
This reverts commit af707cd1cb86ff8c3f8931adc0f874cd976cf391

setup.py

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