[Python-modules-commits] [python-softlayer] 09/10: Add missing depends on python/python3-click (it is normally pulled in indirectly)
Scott Kitterman
kitterman at moszumanska.debian.org
Thu May 26 12:44:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository python-softlayer.
commit d215ecf7744238467f28dcce9b2f82845868e68b
Author: Scott Kitterman <scott at kitterman.com>
Date: Thu May 26 08:27:47 2016 -0400
Add missing depends on python/python3-click (it is normally pulled in indirectly)
---
debian/changelog | 4 +++-
debian/control | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 796a824..cf4aab7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ python-softlayer (5.1.0-1) UNRELEASED; urgency=medium
* Add missing depends on python/python3-pygments (it had previously
been pulled in indirectly)
* Add version constraints for depends based on upstream requirements
+ * Add missing depends on python/python3-click (it is normally pulled
+ in indirectly)
- -- Scott Kitterman <scott at kitterman.com> Thu, 26 May 2016 08:25:45 -0400
+ -- Scott Kitterman <scott at kitterman.com> Thu, 26 May 2016 08:27:28 -0400
python-softlayer (5.0.1-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 080c280..fdc991a 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-soft
Package: python-softlayer
Architecture: all
Depends:
+ python-click (>= 5),
python-mock,
python-nose,
python-prettytable (>= 0.7.0),
@@ -42,6 +43,7 @@ Architecture: all
Breaks: python-softlayer (<= 3.1.0-1)
Replaces: python-softlayer (<= 3.1.0-1)
Depends:
+ python3-click (>= 5),
python3-mock,
python3-nose,
python3-prettytable (>= 0.7.0),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-softlayer.git
More information about the Python-modules-commits
mailing list