[Python-modules-commits] [cookiecutter] 01/02: Build-Depends on python*-ruamel.yaml

Vincent Bernat bernat at moszumanska.debian.org
Mon Nov 30 08:11:41 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 bd3411379706a335dc88e3f81a3aa178686e0cbb
Author: Vincent Bernat <vincent at bernat.im>
Date:   Mon Nov 30 09:00:09 2015 +0100

    Build-Depends on python*-ruamel.yaml
---
 debian/changelog | 2 +-
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 68d638f..e503f13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ cookiecutter (1.2.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
      + Drop all current patches.
-     + Complete build-dependencies (future, whichcraft, pytest-mock).
+     + Complete build-dependencies (future, whichcraft, pytest-mock, ruamel.yaml).
   * d/rules: use PYBUILD_NAME.
   * d/rules: enforce use of py.test for tests.
 
diff --git a/debian/control b/debian/control
index 42f72be..5e9195f 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 7.0.50~), dh-python,
                python-jinja2, python3-jinja2,
                python-mock, python3-mock,
                python-binaryornot, python3-binaryornot,
-               python-yaml, python3-yaml,
+               python-ruamel.yaml, python3-ruamel.yaml,
                python-pytest, python3-pytest,
                python-pytest-mock, python3-pytest-mock,
                python-click, python3-click,

-- 
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