[Python-modules-commits] [cookiecutter] 06/06: Explicitely depends on python{, 3}-ruamel.yaml
Vincent Bernat
bernat at moszumanska.debian.org
Sat Dec 5 16:25:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository cookiecutter.
commit 7998c6cdb8fbed23018641ae3db95ad517bccd85
Author: Vincent Bernat <vincent at bernat.im>
Date: Sat Dec 5 17:15:33 2015 +0100
Explicitely depends on python{,3}-ruamel.yaml
---
debian/changelog | 2 ++
debian/control | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6767f45..4f8a30c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
cookiecutter (1.3.0-1) unstable; urgency=medium
* New upstream release.
+ * Explicitely depends on python{,3}-ruamel.yaml as this is a conditional
+ depends that cannot be solved by pybuild yet.
-- Vincent Bernat <bernat at debian.org> Sat, 05 Dec 2015 17:10:15 +0100
diff --git a/debian/control b/debian/control
index 5e9195f..141a1fe 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ Description: create projects from project templates
Package: python-cookiecutter
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-ruamel.yaml (>= 0.10.12)
Description: create projects from project templates (Python 2 module)
Cookiecutter is command-line utility that creates projects from
project templates, e.g. creating a Python package project from a
@@ -53,7 +53,7 @@ Description: create projects from project templates (Python 2 module)
Package: python3-cookiecutter
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}, python3-ruamel.yaml (>= 0.10.12)
Description: create projects from project templates (Python 3 module)
Cookiecutter is command-line utility that creates projects from
project templates, e.g. creating a Python package project from a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cookiecutter.git
More information about the Python-modules-commits
mailing list