[Python-modules-commits] [python-pyscss] 01/01: Add deps on python{, 3}-pkg-resources (Closes: #830289). Thanks to Tincho!

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Jul 8 00:11:38 UTC 2016


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

debacle pushed a commit to branch master
in repository python-pyscss.

commit d986147f5b8dd21437713ce9986d825986ca728a
Author: W. Martin Borgert <debacle at debian.org>
Date:   Fri Jul 8 02:11:19 2016 +0200

    Add deps on python{,3}-pkg-resources (Closes: #830289). Thanks to Tincho!
---
 debian/changelog | 5 +++++
 debian/control   | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f3d7356..e03085a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 python-pyscss (1.3.4-6) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový <novy at ondrej.org> ]
   * Fixed VCS URL (https)
 
+  [ W. Martin Borgert <debacle at debian.org> ]
+  * Add deps on python{,3}-pkg-resources (Closes: #830289).
+    Thanks to Tincho!
+
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:19:44 +0200
 
 python-pyscss (1.3.4-5) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 4661e68..5e85102 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pysc
 
 Package: python-pyscss
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-pkg-resources
 Description: SCSS compiler - Python 2.x
  pyScss compiles Scss (Sass), a superset of CSS that is more
  powerful, elegant and easier to maintain than plain-vanilla
@@ -42,7 +42,7 @@ Description: SCSS compiler - Python 2.x
 
 Package: python3-pyscss
 Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-pkg-resources
 Description: SCSS compiler - Python 3.x
  pyScss compiles Scss (Sass), a superset of CSS that is more
  powerful, elegant and easier to maintain than plain-vanilla

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



More information about the Python-modules-commits mailing list