Projet

Général

Profil

0003-crypto-discard-deprecated-pycrypto-dependency-35584.patch

Paul Marillonnet, 27 août 2019 12:15

Télécharger (1,89 ko)

Voir les différences:

Subject: [PATCH 3/3] crypto: discard deprecated pycrypto dependency (#35584)

 debian-wheezy/pydist-overrides | 2 +-
 debian/pydist-overrides        | 4 ++--
 setup.py                       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
debian-wheezy/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 17
django-mellon           python-django-mellon
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
-