[Python-modules-commits] r30343 - in packages/pkgconfig/trunk/debian (control)
noahfx-guest at users.alioth.debian.org
noahfx-guest at users.alioth.debian.org
Fri Aug 29 03:36:34 UTC 2014
Date: Friday, August 29, 2014 @ 03:36:33
Author: noahfx-guest
Revision: 30343
Added pkg-config dependency to python2 version
Modified:
packages/pkgconfig/trunk/debian/control
Modified: packages/pkgconfig/trunk/debian/control
===================================================================
--- packages/pkgconfig/trunk/debian/control 2014-08-29 03:33:48 UTC (rev 30342)
+++ packages/pkgconfig/trunk/debian/control 2014-08-29 03:36:33 UTC (rev 30343)
@@ -18,7 +18,8 @@
Package: python-pkgconfig
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends},
+ pkg-config(>= 0.28-1)
Description: Python interface to the pkg-config command line tool
pkgconfig is a Python module to interface with the pkg-config command line tool
and supports Python 2.6+.
More information about the Python-modules-commits
mailing list