[Python-modules-commits] [willow] 01/03: Fix python-package-depends-on-package-from-other-python-variant
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Wed Jan 24 21:58:27 UTC 2018
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository willow.
commit 6d46388c744de02a03c92587b284e118429251eb
Author: Christopher Hoskin <mans0954 at debian.org>
Date: Wed Jan 24 21:03:15 2018 +0000
Fix python-package-depends-on-package-from-other-python-variant
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cb8b2c8..a45e8ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+willow (1.1-3) UNRELEASED; urgency=medium
+
+ * Fix python-package-depends-on-package-from-other-python-variant
+
+ -- Christopher Hoskin <mans0954 at debian.org> Wed, 24 Jan 2018 21:02:33 +0000
+
willow (1.1-2) unstable; urgency=medium
* Add Python 3 package
diff --git a/debian/control b/debian/control
index b6b6a41..6afe6ec 100644
--- a/debian/control
+++ b/debian/control
@@ -33,8 +33,8 @@ Description: Python image library combining Pillow, Wand and OpenCV (Python 2)
Package: python3-willow
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Recommends: python-pil | python-wand
-Suggests: python-opencv, python-willow-doc
+Recommends: python3-pil | python3-wand
+Suggests: python3-opencv, python-willow-doc
Description: Python image library combining Pillow, Wand and OpenCV (Python 3)
Willow is a simple image library that combines the APIs of Pillow, Wand and
OpenCV. It converts the image between the libraries when necessary.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/willow.git
More information about the Python-modules-commits
mailing list