mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-18 20:50:10 +01:00
unpin pyasn1_modules
It currently runs fine on archlinux with pyasn1-modules 0.2.8. And guix just reported packaging it with 0.2.2
This commit is contained in:
parent
d595948616
commit
637c73a882
4
setup.py
4
setup.py
@ -78,8 +78,8 @@ setup(name='fdroidserver',
|
|||||||
'paramiko',
|
'paramiko',
|
||||||
'Pillow',
|
'Pillow',
|
||||||
'apache-libcloud >= 0.14.1',
|
'apache-libcloud >= 0.14.1',
|
||||||
'pyasn1 <0.5.0, >=0.4.1',
|
'pyasn1 >=0.4.1, < 0.5.0',
|
||||||
'pyasn1-modules == 0.2.1',
|
'pyasn1-modules >= 0.2.1, < 0.3',
|
||||||
'python-vagrant',
|
'python-vagrant',
|
||||||
'PyYAML',
|
'PyYAML',
|
||||||
'qrcode',
|
'qrcode',
|
||||||
|
Loading…
Reference in New Issue
Block a user