Added missing build-depends on python{3,}-yaml.

This commit is contained in:
Thomas Goirand 2015-11-20 16:13:42 +01:00
parent ee43bc5fb2
commit 5d2b3e30f0
2 changed files with 8 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-cliff (1.15.0-2) unstable; urgency=medium
* Added missing build-depends on python{3,}-yaml.
-- Thomas Goirand <zigo@debian.org> Fri, 20 Nov 2015 16:13:06 +0100
python-cliff (1.15.0-1) unstable; urgency=medium
* New upstream release.

2
debian/control vendored
View File

@ -23,6 +23,7 @@ Build-Depends-Indep: python-cmd2,
python-six (>= 1.9.0),
python-stevedore (>= 1.5.0),
python-unicodecsv,
python-yaml,
python3-cmd2,
python3-coverage,
python3-httplib2,
@ -33,6 +34,7 @@ Build-Depends-Indep: python-cmd2,
python3-six (>= 1.9.0),
python3-stevedore (>= 1.5.0),
python3-unicodecsv,
python3-yaml,
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-cliff.git
Vcs-Git: git://anonscm.debian.org/openstack/python-cliff.git