[Python-modules-commits] [python-cryptography] 05/06: Replaced pyasn1 with asn1crypto.

Tristan Seligmann mithrandi at moszumanska.debian.org
Tue Jun 20 19:32:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository python-cryptography.

commit c4c5714b0572d1735baf1516bd7d9a9e94673b65
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Tue Jun 20 21:11:41 2017 +0200

    Replaced pyasn1 with asn1crypto.
---
 debian/changelog | 1 +
 debian/control   | 6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4040eba..a4f9305 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-cryptography (1.9-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+    - Replaced pyasn1 with asn1crypto.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Tue, 20 Jun 2017 19:27:04 +0200
 
diff --git a/debian/control b/debian/control
index 8046658..a29d0b4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends:
  dpkg-dev (>= 1.17.14),
  libssl-dev,
  python-all-dev,
+ python-asn1crypto (>= 0.21.0~),
  python-cffi (>= 1.4.1~),
  python-cryptography-vectors (<< 1.9.1~) <!nocheck>,
  python-cryptography-vectors (>= 1.9~) <!nocheck>,
@@ -17,14 +18,13 @@ Build-Depends:
  python-ipaddress,
  python-iso8601 <!nocheck>,
  python-pretend <!nocheck>,
- python-pyasn1 (>= 0.1.8~),
- python-pyasn1-modules <!nocheck>,
  python-pytest (>= 2.9.0) <!nocheck>,
  python-setuptools (>= 11.3),
  python-six (>= 1.4.1~),
  python-sphinx-rtd-theme <!nodoc>,
  python-tz <!nocheck>,
  python3-all-dev,
+ python3-asn1crypto (>= 0.21.0~),
  python3-cffi (>= 1.4.1~),
  python3-cryptography-vectors (<< 1.9.1~) <!nocheck>,
  python3-cryptography-vectors (>= 1.9~) <!nocheck>,
@@ -32,8 +32,6 @@ Build-Depends:
  python3-idna (>= 2.0~),
  python3-iso8601 <!nocheck>,
  python3-pretend <!nocheck>,
- python3-pyasn1 (>= 0.1.8~),
- python3-pyasn1-modules <!nocheck>,
  python3-pytest (>= 2.9.0) <!nocheck>,
  python3-setuptools (>= 11.3),
  python3-six (>= 1.4.1~),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cryptography.git



More information about the Python-modules-commits mailing list