[Python-modules-commits] r22713 - in packages/python-twitter/trunk/debian (changelog control)
vbkaisetsu-guest at users.alioth.debian.org
vbkaisetsu-guest at users.alioth.debian.org
Tue Sep 25 12:23:26 UTC 2012
Date: Tuesday, September 25, 2012 @ 12:23:24
Author: vbkaisetsu-guest
Revision: 22713
remove python-httplib2 from dependencies
Modified:
packages/python-twitter/trunk/debian/changelog
packages/python-twitter/trunk/debian/control
Modified: packages/python-twitter/trunk/debian/changelog
===================================================================
--- packages/python-twitter/trunk/debian/changelog 2012-09-25 02:44:35 UTC (rev 22712)
+++ packages/python-twitter/trunk/debian/changelog 2012-09-25 12:23:24 UTC (rev 22713)
@@ -4,8 +4,10 @@
* debian/control
- remove simplejson from dependencies because it's merged with python 2.6
and later (Closes: #568875)
+ - remove python-httplib2 from dependencies because python-oauth depends
+ on it
- -- Koichi Akabe <vbkaisetsu at gmail.com> Tue, 25 Sep 2012 11:33:37 +0900
+ -- Koichi Akabe <vbkaisetsu at gmail.com> Tue, 25 Sep 2012 21:21:54 +0900
python-twitter (0.8.2-1) unstable; urgency=low
Modified: packages/python-twitter/trunk/debian/control
===================================================================
--- packages/python-twitter/trunk/debian/control 2012-09-25 02:44:35 UTC (rev 22712)
+++ packages/python-twitter/trunk/debian/control 2012-09-25 12:23:24 UTC (rev 22713)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Koichi Akabe <vbkaisetsu at gmail.com>
-Build-Depends: debhelper (>= 9.0.0), python (>= 2.6.6-3), python-setuptools, python-httplib2, python-oauth2
+Build-Depends: debhelper (>= 9.0.0), python (>= 2.6.6-3), python-setuptools, python-oauth2
Standards-Version: 3.9.4
Homepage: http://code.google.com/p/python-twitter/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-twitter/trunk/
More information about the Python-modules-commits
mailing list