[Python-apps-commits] r14445 - in packages/pyinfra/trunk/debian (changelog tests/control)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Sun Nov 5 10:57:50 UTC 2017


    Date: Sunday, November 5, 2017 @ 10:57:49
  Author: stender
Revision: 14445

deb/tests/control: add python3-docopt to Depends

Modified:
  packages/pyinfra/trunk/debian/changelog
  packages/pyinfra/trunk/debian/tests/control

Modified: packages/pyinfra/trunk/debian/changelog
===================================================================
--- packages/pyinfra/trunk/debian/changelog	2017-11-05 10:52:43 UTC (rev 14444)
+++ packages/pyinfra/trunk/debian/changelog	2017-11-05 10:57:49 UTC (rev 14445)
@@ -1,8 +1,8 @@
 pyinfra (0.4.1-2) UNRELEASED; urgency=medium
 
-  * deb/tests/control: add python3-click to Depends.
+  * deb/tests/control: add click and docopt to Depends.
 
- -- Daniel Stender <stender at debian.org>  Sun, 05 Nov 2017 11:51:40 +0100
+ -- Daniel Stender <stender at debian.org>  Sun, 05 Nov 2017 11:55:07 +0100
 
 pyinfra (0.4.1-1) unstable; urgency=medium
 

Modified: packages/pyinfra/trunk/debian/tests/control
===================================================================
--- packages/pyinfra/trunk/debian/tests/control	2017-11-05 10:52:43 UTC (rev 14444)
+++ packages/pyinfra/trunk/debian/tests/control	2017-11-05 10:57:49 UTC (rev 14445)
@@ -1,2 +1,2 @@
 Tests: pyinfra
-Depends: python3, python3-nose, python3-six, python3-mock, python3-jsontest, python3-paramiko, python3-gevent, python3-termcolor, python3-jinja2, python3-dateutil, python3-click
+Depends: python3, python3-nose, python3-six, python3-mock, python3-jsontest, python3-paramiko, python3-gevent, python3-termcolor, python3-jinja2, python3-dateutil, python3-click, python3-docopt




More information about the Python-apps-commits mailing list