[Python-modules-commits] [python-softlayer] 07/10: Add missing depends on python/python3-pygments (it had previously been 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 d627d3aaa42be510b47afb80e9491cbdddb8cef7
Author: Scott Kitterman <scott at kitterman.com>
Date: Thu May 26 08:14:15 2016 -0400
Add missing depends on python/python3-pygments (it had previously been 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 4600006..1f35464 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ python-softlayer (5.1.0-1) UNRELEASED; urgency=medium
* Remove uupdate from debian/watch as it is no longer useful with the
current DPMT packaging approach
* Bump standards version to 3.9.8 without further change
+ * Add missing depends on python/python3-pygments (it had previously
+ been pulled in indirectly)
- -- Scott Kitterman <scott at kitterman.com> Thu, 26 May 2016 08:08:45 -0400
+ -- Scott Kitterman <scott at kitterman.com> Thu, 26 May 2016 08:14:01 -0400
python-softlayer (5.0.1-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index e035d85..616c171 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Depends:
python-nose,
python-prettytable,
python-prompt-toolkit,
+ python-pygments,
python-requests,
python-six,
${misc:Depends},
@@ -45,6 +46,7 @@ Depends:
python3-nose,
python3-prettytable,
python3-prompt-toolkit,
+ python3-pygments,
python3-requests,
python3-six,
${misc:Depends},
--
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