[Python-modules-commits] [django-paintstore] 01/05: Add Build-Depends: python-setuptools

Jonas Meurer mejo at moszumanska.debian.org
Thu Sep 14 14:58:05 UTC 2017


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

mejo pushed a commit to branch master
in repository django-paintstore.

commit 02e622a4feeda7a0f0764486a0a0ece68deb8afc
Author: Jonas Meurer <jonas at freesources.org>
Date:   Thu Sep 14 16:38:21 2017 +0200

    Add Build-Depends: python-setuptools
---
 debian/control | 4 +++-
 debian/rules   | 4 ----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 323a280..2f7abaf 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
-               python3-all
+               python-setuptools,
+               python3-all,
+               python3-setuptools
 Standards-Version: 4.1.0
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-paintstore.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-paintstore.git
diff --git a/debian/rules b/debian/rules
index ad4e888..52a58e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,3 @@ override_dh_install:
 
 get-orig-source:
 	uscan --verbose --rename
-
-override_dh_auto_test:
-	PYTHONPATH=. \
-	dh_auto_test -- --system=custom --test-args="{interpreter} -m pytest --ds=tests.testapp.settings --cov=django_extensions django_extensions"

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



More information about the Python-modules-commits mailing list