From e38fc27cf1e81a904999fa1ad2213f271429892c Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Sun, 27 Aug 2017 22:07:49 +0000 Subject: [PATCH] Revert "setup.py: don't use pyasn1 to 0.3.3 until pyasn1-modules is updated to support it" This reverts commit af707cd1cb86ff8c3f8931adc0f874cd976cf391 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e90bfc82..12e2476b 100644 --- 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', -- 2.30.2