[med-svn] [python-cobra] 07/11: Add build-dependency on python-jsonschema to be able to run additional tests

Afif Elghraoui afif-guest at moszumanska.debian.org
Sat Feb 20 09:20:59 UTC 2016


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

afif-guest pushed a commit to branch master
in repository python-cobra.

commit 55f94078f80223b1b40b1e81c3dee257cd8e3b9a
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Fri Feb 19 22:19:21 2016 -0800

    Add build-dependency on python-jsonschema to be able to run additional tests
    
    This allows dropping the patch to skip the tests if jsonschema wasn't
    present. The appropriate minimum version of python-jsonschema wasn't
    available in Debian for previous versions of the package.
---
 debian/control        | 7 ++++---
 debian/patches/series | 1 -
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 00a8463..772d153 100644
--- a/debian/control
+++ b/debian/control
@@ -9,15 +9,16 @@ Build-Depends: debhelper (>= 9),
 	       python-all-dev,
 	       python-setuptools,
 	       python-six,
-#	       python-jsonschema (>> 2.5.0),
 	       cython,
 	       python3-all,
 	       python3-all-dev,
 	       python3-setuptools,
 	       python3-six,
 	       cython3,
-#	       python3-jsonschema (>> 2.5.0),
-	       libglpk-dev
+	       libglpk-dev,
+# Test-Depends:
+	python-jsonschema (>> 2.5.0),
+	python3-jsonschema (>> 2.5.0),
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.4
 Standards-Version: 3.9.7
diff --git a/debian/patches/series b/debian/patches/series
index 5a4f2ed..d86c913 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 mathjax.patch
-testsuite-check-jsonschema.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cobra.git



More information about the debian-med-commit mailing list