[Python-modules-commits] r17157 - in packages/pyke/trunk/debian (control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Thu May 26 14:29:20 UTC 2011


    Date: Thursday, May 26, 2011 @ 14:29:18
  Author: eriol-guest
Revision: 17157

Fixed minimum release for python-ply

Modified:
  packages/pyke/trunk/debian/control

Modified: packages/pyke/trunk/debian/control
===================================================================
--- packages/pyke/trunk/debian/control	2011-05-26 07:30:08 UTC (rev 17156)
+++ packages/pyke/trunk/debian/control	2011-05-26 14:29:18 UTC (rev 17157)
@@ -5,7 +5,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~), python-all, python-setuptools,
  python-support, rest2web, python-nose, python-wxgtk2.6 | python-wxgtk2.8,
-  python-ply (<< 3.5)
+ python-ply (>= 3.3), python-ply (<< 3.5)
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyke/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyke/trunk/
@@ -13,7 +13,8 @@
 
 Package: python-pyke
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-ply (<< 3.5)
+Depends: ${misc:Depends}, ${python:Depends}, python-ply (>= 3.3),
+ python-ply (<< 3.5)
 Suggests: python-wxgtk2.6 | python-wxgtk2.8
 Description: Prolog-inspired Python logic programming toolkit
  Pyke introduces a form of Logic Programming (inspired by Prolog) to Python by




More information about the Python-modules-commits mailing list