From af707cd1cb86ff8c3f8931adc0f874cd976cf391 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Sun, 27 Aug 2017 21:58:40 +0000 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12e2476b..e90bfc82 100644 --- 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', -- 2.30.2