[Python-modules-commits] [sqlobject] 05/05: Drop no longer required version restriction

Neil Muller drnlmza-guest at moszumanska.debian.org
Fri Jul 1 22:15:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

drnlmza-guest pushed a commit to branch master
in repository sqlobject.

commit 474ec19de27a5e74c876c19b896c44efe0c025f7
Author: Neil Muller <drnlmuller+debian at gmail.com>
Date:   Fri Jul 1 22:39:41 2016 +0200

    Drop no longer required version restriction
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 49e4aab..7c25bb5 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Package: python-sqlobject
 Architecture: all
 Depends: python-formencode,
          python-pydispatch,
-         python-pkg-resources (>=0.6c8),
+         python-pkg-resources,
          ${misc:Depends},
          ${python:Depends}
 Recommends: sqlobject-admin (= ${source:Version})
@@ -60,7 +60,7 @@ Package: python3-sqlobject
 Architecture: all
 Depends: python3-formencode,
          python3-pydispatch,
-         python3-pkg-resources (>=0.6c8),
+         python3-pkg-resources,
          ${misc:Depends},
          ${python3:Depends}
 Recommends: sqlobject-admin (= ${source:Version})

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sqlobject.git



More information about the Python-modules-commits mailing list