[Python-modules-commits] [python-cryptography] 06/14: Only build on default Python.

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Nov 17 08:31:07 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 9129b38e7369edeab82fdc7fe6dfcd89b2e45abe
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Tue Nov 14 05:21:20 2017 +0200

    Only build on default Python.
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 debian/rules     | 1 -
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5819a81..e5af49c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-cryptography (2.0.3-1) unstable; urgency=medium
 
   * New upstream release.
   * Bump python-cffi{,3} dependency (closes: #871518).
+  * Only build on default Python.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Wed, 09 Aug 2017 09:36:32 +0200
 
diff --git a/debian/control b/debian/control
index 4ad7bcf..cacc522 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  dh-python (>= 2.20151103),
  dpkg-dev (>= 1.17.14),
  libssl-dev,
- python-all-dev,
+ python-dev,
  python-asn1crypto (>= 0.21.0~),
  python-cffi (>= 1.7~),
  python-cryptography-vectors (<< 2.0.4~) <!nocheck>,
@@ -23,7 +23,7 @@ Build-Depends:
  python-six (>= 1.4.1~),
  python-sphinx-rtd-theme <!nodoc>,
  python-tz <!nocheck>,
- python3-all-dev,
+ python3-dev,
  python3-asn1crypto (>= 0.21.0~),
  python3-cffi (>= 1.7~),
  python3-cryptography-vectors (<< 2.0.4~) <!nocheck>,
diff --git a/debian/rules b/debian/rules
index 3f0a517..1073ad6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,6 @@ export PYBUILD_TEST_ARGS={dir}/tests/
 export PYBUILD_BEFORE_TEST=cp -R {dir}/src/${PYBUILD_NAME}.egg-info {build_dir}
 export PYBUILD_AFTER_TEST=rm -r {build_dir}/.hypothesis
 
-
 ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
 SPHINXDOC=,sphinxdoc
 else

-- 
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