[Python-modules-commits] r30337 - in packages/pkgconfig/trunk/debian (control)

noahfx-guest at users.alioth.debian.org noahfx-guest at users.alioth.debian.org
Fri Aug 29 03:30:47 UTC 2014


    Date: Friday, August 29, 2014 @ 03:30:46
  Author: noahfx-guest
Revision: 30337

Added pkg-config dependency

Modified:
  packages/pkgconfig/trunk/debian/control

Modified: packages/pkgconfig/trunk/debian/control
===================================================================
--- packages/pkgconfig/trunk/debian/control	2014-08-29 02:20:45 UTC (rev 30336)
+++ packages/pkgconfig/trunk/debian/control	2014-08-29 03:30:46 UTC (rev 30337)
@@ -9,7 +9,8 @@
  python-nose (>=1.3.3),
  python3-all,
  python3-setuptools,
- python3-nose (>=1.3.3)
+ python3-nose (>=1.3.3),
+ pkg-config(>= 0.28-1)
 Standards-Version: 3.9.5
 Homepage: https://github.com/matze/pkgconfig
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pkgconfig/trunk/
@@ -29,7 +30,8 @@
 
 Package: python3-pkgconfig
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends},
+  pkg-config(>= 0.28-1)
 Description: Python 3 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 3




More information about the Python-modules-commits mailing list