[Python-modules-commits] [portalocker] 03/03: d/control: Adds new build-dep: python-pytest-runner
Josué Ortega
josue at moszumanska.debian.org
Sun Oct 2 22:49:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
josue pushed a commit to branch master
in repository portalocker.
commit 28a364c0813be077f853ac3f4e4b00b00ed16ddd
Author: Josue Ortega <josue at debian.org>
Date: Sun Oct 2 16:44:50 2016 -0600
d/control: Adds new build-dep: python-pytest-runner
---
debian/changelog | 3 ++-
debian/control | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4cc5312..82d9cca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
portalocker (1.0.0-1) UNRELEASED; urgency=medium
- * New upstream release.
+ * New upstream release:
+ - debian/control: Adds python-pytest-runner as build depenedency.
-- Josue Ortega <josue at debian.org> Sun, 02 Oct 2016 16:41:40 -0600
diff --git a/debian/control b/debian/control
index 0b229e8..ced2c8f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,11 @@ Build-Depends:
dh-python,
python-all,
python-pytest,
+ python-pytest-runner,
python-setuptools,
python3-all,
python3-pytest,
+ python3-pytest-runner,
python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/portalocker.git
More information about the Python-modules-commits
mailing list