[Python-modules-commits] [python-keyring] 04/04: Build-depend on setuptools-scm ≥ 1.9, as required by setup.py.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Dec 15 20:00:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-keyring.
commit 64f5d4dcac201992b3448147cc426d356eb711f5
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Dec 15 22:59:21 2015 +0300
Build-depend on setuptools-scm ≥ 1.9, as required by setup.py.
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7466a8f..66f6bc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-keyring (5.7.1-1) UNRELEASED; urgency=medium
* New upstream release.
* Drop python-fs build-dependency, to make merging into Ubuntu easier.
+ * Build-depend on setuptools-scm ≥ 1.9, as required by setup.py.
-- Dmitry Shachnev <mitya57 at debian.org> Tue, 15 Dec 2015 19:44:47 +0300
diff --git a/debian/control b/debian/control
index c26adb0..a6a0867 100644
--- a/debian/control
+++ b/debian/control
@@ -13,13 +13,13 @@ Build-Depends:
python-mock,
python-pytest,
python-setuptools,
- python-setuptools-scm,
+ python-setuptools-scm (>= 1.9),
python3-all,
python3-crypto,
python3-mock,
python3-pytest,
python3-setuptools,
- python3-setuptools-scm
+ python3-setuptools-scm (>= 1.9)
Standards-Version: 3.9.6
Homepage: https://github.com/jaraco/keyring
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-keyring.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-keyring.git
More information about the Python-modules-commits
mailing list