[Python-modules-commits] r33706 - in packages/django-pipeline/trunk/debian (changelog control)
fladi at users.alioth.debian.org
fladi at users.alioth.debian.org
Wed Aug 12 07:43:44 UTC 2015
Date: Wednesday, August 12, 2015 @ 07:43:43
Author: fladi
Revision: 33706
Add python(3)-jinja2 and python(3)-mock to Build-Depends as they are required to run the tests.
Modified:
packages/django-pipeline/trunk/debian/changelog
packages/django-pipeline/trunk/debian/control
Modified: packages/django-pipeline/trunk/debian/changelog
===================================================================
--- packages/django-pipeline/trunk/debian/changelog 2015-08-12 07:29:30 UTC (rev 33705)
+++ packages/django-pipeline/trunk/debian/changelog 2015-08-12 07:43:43 UTC (rev 33706)
@@ -3,6 +3,8 @@
* Team upload.
* New upstream release.
* Run tests using custom pybuild configuration.
+ * Add python(3)-jinja2 and python(3)-mock to Build-Depends as they are
+ required to run the tests.
-- Michael Fladischer <fladi at debian.org> Wed, 12 Aug 2015 08:20:05 +0200
Modified: packages/django-pipeline/trunk/debian/control
===================================================================
--- packages/django-pipeline/trunk/debian/control 2015-08-12 07:29:30 UTC (rev 33705)
+++ packages/django-pipeline/trunk/debian/control 2015-08-12 07:43:43 UTC (rev 33706)
@@ -7,9 +7,13 @@
dh-python,
python-all,
python-django (>= 1.4),
+ python-jinja2,
+ python-mock,
python-setuptools,
python3-all,
python3-django,
+ python3-jinja2,
+ python3-mock,
python3-setuptools,
python3-sphinx
Standards-Version: 3.9.6
More information about the Python-modules-commits
mailing list