[Python-modules-commits] [flask-restful] 01/01: Fixed python3 package deps

Alexandre Viau reazem-guest at moszumanska.debian.org
Thu Oct 23 22:02:50 UTC 2014


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 6e370d5efbcf6791deb2c8fe08602041ebb17b16
Author: aviau <alexandre.viau at savoirfairelinux.com>
Date:   Thu Oct 23 18:01:38 2014 -0400

    Fixed python3 package deps
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 2360aa6..15dec94 100644
--- a/debian/control
+++ b/debian/control
@@ -44,8 +44,8 @@ Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
          python3-aniso8601 (>= 0.82),
-         python-flask (>=0.8),
-         python-six (>=1.3.0),
+         python3-flask (>=0.8),
+         python3-six (>=1.3.0),
          python3-tz
 Description: Flask-RESTful provides the building blocks for creating a great REST API.
  Flask-RESTful lightweight abstraction that works with your existing ORM/libraries.

-- 
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