[Python-modules-commits] r31502 - in packages/python-oauthlib/trunk/debian (changelog control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Sat Nov 22 22:30:29 UTC 2014
Date: Saturday, November 22, 2014 @ 22:30:28
Author: eriol-guest
Revision: 31502
* debian/control
- Add python{,3}-blinker to Build-Depends and Depends fields.
Modified:
packages/python-oauthlib/trunk/debian/changelog
packages/python-oauthlib/trunk/debian/control
Modified: packages/python-oauthlib/trunk/debian/changelog
===================================================================
--- packages/python-oauthlib/trunk/debian/changelog 2014-11-22 20:19:16 UTC (rev 31501)
+++ packages/python-oauthlib/trunk/debian/changelog 2014-11-22 22:30:28 UTC (rev 31502)
@@ -1,8 +1,10 @@
python-oauthlib (0.7.2-1) UNRELEASED; urgency=medium
* New upstream release.
+ * debian/control
+ - Add python{,3}-blinker to Build-Depends and Depends fields.
- -- Daniele Tricoli <eriol at mornie.org> Sat, 22 Nov 2014 20:59:43 +0100
+ -- Daniele Tricoli <eriol at mornie.org> Sat, 22 Nov 2014 23:29:31 +0100
python-oauthlib (0.6.3-1) unstable; urgency=medium
Modified: packages/python-oauthlib/trunk/debian/control
===================================================================
--- packages/python-oauthlib/trunk/debian/control 2014-11-22 20:19:16 UTC (rev 31501)
+++ packages/python-oauthlib/trunk/debian/control 2014-11-22 22:30:28 UTC (rev 31502)
@@ -7,6 +7,7 @@
debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3),
+ python-blinker,
python-crypto,
python-jwt,
python-mock,
@@ -14,6 +15,7 @@
python-setuptools (>= 0.6b3),
python-unittest2,
python3-all,
+ python3-blinker,
python3-crypto,
python3-jwt,
python3-mock,
@@ -31,6 +33,7 @@
Depends:
${misc:Depends},
${python:Depends},
+ python-blinker,
python-crypto,
python-jwt
Description: generic, spec-compliant implementation of OAuth for Python
@@ -45,6 +48,7 @@
Depends:
${misc:Depends},
${python3:Depends},
+ python3-blinker,
python3-crypto,
python3-jwt
Description: generic, spec-compliant implementation of OAuth for Python3
More information about the Python-modules-commits
mailing list