[Python-modules-commits] [flask-restful] 02/02: Removed useless version numbers
Alexandre Viau
reazem-guest at moszumanska.debian.org
Wed Aug 5 16:14:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
reazem-guest pushed a commit to branch master
in repository flask-restful.
commit 65f8dea12a14c4974eebf4a07f49c9c5db9423ba
Author: aviau <alexandre at alexandreviau.net>
Date: Wed Aug 5 12:14:31 2015 -0400
Removed useless version numbers
---
debian/control | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index 27249ba..4758919 100644
--- a/debian/control
+++ b/debian/control
@@ -12,17 +12,17 @@ Build-Depends: debhelper (>= 9),
Build-Depends-Indep: python-nose,
python-pytest,
python-mock,
- python-aniso8601 (>= 0.82),
- python-flask (>=0.8),
- python-six (>=1.3.0),
+ python-aniso8601,
+ python-flask,
+ python-six,
python-tz,
python-crypto,
python3-nose,
python3-pytest,
python3-mock,
- python3-aniso8601 (>= 0.82),
- python3-flask (>=0.8),
- python3-six (>=1.3.0),
+ python3-aniso8601,
+ python3-flask,
+ python3-six,
python3-tz,
python3-crypto
Standards-Version: 3.9.6
@@ -34,9 +34,9 @@ Package: python-flask-restful
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
- python-aniso8601 (>= 0.82),
- python-flask (>=0.8),
- python-six (>=1.3.0),
+ python-aniso8601,
+ python-flask,
+ python-six,
python-tz,
python3-crypto
Description: Python Flask extension for creating a great REST API
@@ -50,9 +50,9 @@ Package: python3-flask-restful
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
- python3-aniso8601 (>= 0.82),
- python3-flask (>=0.8),
- python3-six (>=1.3.0),
+ python3-aniso8601,
+ python3-flask,
+ python3-six,
python3-tz,
python3-crypto
Description: Python 3 Flask extension for creating a great REST API
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-restful.git
More information about the Python-modules-commits
mailing list