debian: discard deprecated pycrypto dependency (#35584)

This commit is contained in:
Paul Marillonnet 2019-08-27 11:41:52 +02:00
parent 072f36779a
commit c8ce9fdd0a
3 changed files with 4 additions and 3 deletions

1
debian/control vendored
View File

@ -34,6 +34,7 @@ Depends: ${misc:Depends}, ${python:Depends},
python-tablib,
python-chardet,
python-attr (>=17),
python-pycryptodome,
python-atomicwrites
Breaks: python-authentic2-auth-fc (<< 0.26)
Replaces: python-authentic2-auth-fc (<< 0.26)

View File

@ -12,6 +12,6 @@ XStatic_jquery_ui python-xstatic-jquery-ui
django-import-export python-django-import-export
django-sekizai python-django-sekizai
six python-six
pycrypto python-crypto
pycryptodome python-pycryptodome
ldaptools python-ldaptools
django-mellon python-django-mellon
django-mellon python-django-mellon

View File

@ -129,7 +129,7 @@ setup(name="authentic2",
'Markdown>=2.1',
'python-ldap',
'django-filter>1,<2',
'pycrypto',
'pycryptodome',
'django-mellon',
'ldaptools',
'django-jsonfield<1.3',