From c8ce9fdd0a533fd635ce98adc8f7c9131956390e Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Tue, 27 Aug 2019 11:41:52 +0200 Subject: [PATCH] debian: discard deprecated pycrypto dependency (#35584) --- debian/control | 1 + debian/pydist-overrides | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index e908fcec5..c2fc8b56d 100644 --- a/debian/control +++ b/debian/control @@ -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) diff --git a/debian/pydist-overrides b/debian/pydist-overrides index d624c18c8..2edac3a8b 100644 --- a/debian/pydist-overrides +++ b/debian/pydist-overrides @@ -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 diff --git a/setup.py b/setup.py index 5359d2a16..ff0c75404 100755 --- a/setup.py +++ b/setup.py @@ -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',