chiark / gitweb /
setup.py: don't use pyasn1 to 0.3.3 until pyasn1-modules is updated to support it
[fdroidserver.git] / setup.py
index 048b23e61053cb9184e222b96796ef883e03ea81..e90bfc824da07f3d4b58d412c0cb78565e888c10 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(name='fdroidserver',
           (data_prefix + '/share/doc/fdroidserver/examples',
               ['buildserver/config.buildserver.py',
                'examples/config.py',
-               'examples/fdroid-icon.png'
+               'examples/fdroid-icon.png',
                'examples/makebuildserver.config.py',
                'examples/opensc-fdroid.cfg',
                'examples/public-read-only-s3-bucket-policy.json',
@@ -36,7 +36,7 @@ setup(name='fdroidserver',
           'paramiko',
           'Pillow',
           'apache-libcloud >= 0.14.1',
-          'pyasn1',
+          'pyasn1 <= 0.3.2',
           'pyasn1-modules',
           'python-vagrant',
           'PyYAML',