Projet

Général

Profil

0003-debian-discard-deprecated-pycrypto-dependency-whenev.patch

Paul Marillonnet, 30 octobre 2019 16:07

Télécharger (1,72 ko)

Voir les différences:

Subject: [PATCH 3/3] debian: discard deprecated pycrypto dependency whenever
 possible (#35584)

 debian/control          | 1 +
 debian/pydist-overrides | 4 ++--
 setup.py                | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
debian/control
34 34
    python-tablib,
35 35
    python-chardet,
36 36
    python-attr (>=17),
37
    python-pycryptodome,
37 38
    python-atomicwrites
38 39
Breaks: python-authentic2-auth-fc (<< 0.26)
39 40
Replaces: python-authentic2-auth-fc (<< 0.26)
debian/pydist-overrides
12 12
django-import-export    python-django-import-export
13 13
django-sekizai          python-django-sekizai
14 14
six                     python-six
15
pycrypto                python-crypto
15
pycryptodome            python-pycryptodome
16 16
ldaptools               python-ldaptools
17
django-mellon            python-django-mellon
17
django-mellon           python-django-mellon
setup.py
129 129
          'Markdown>=2.1',
130 130
          'python-ldap',
131 131
          'django-filter>1,<2',
132
          'pycrypto',
132
          'pycryptodome',
133 133
          'django-mellon',
134 134
          'ldaptools',
135 135
          'django-jsonfield<1.3',
136
-