[Python-modules-commits] [flask-restful] 07/07: Updated homepage + deps

Alexandre Viau reazem-guest at moszumanska.debian.org
Fri Jul 31 20:14:54 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 f647a78c27f4d22c0ffdfbf266d38151d68841a4
Author: aviau <alexandre at alexandreviau.net>
Date:   Fri Jul 31 16:10:42 2015 -0400

    Updated homepage + deps
---
 debian/control | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 823c5a3..31c4966 100644
--- a/debian/control
+++ b/debian/control
@@ -9,18 +9,22 @@ Build-Depends: debhelper (>= 9),
                python-setuptools,
                python3-all,
                python3-setuptools
-Build-Depends-Indep: python-aniso8601 (>= 0.82),
+Build-Depends-Indep: python-pytest,
+                     python-aniso8601 (>= 0.82),
                      python-flask (>=0.8),
                      python-six (>=1.3.0),
                      python-tz,
+                     python-crypto,
+                     python3-pytest,
                      python3-aniso8601 (>= 0.82),
                      python3-flask (>=0.8),
                      python3-six (>=1.3.0),
-                     python3-tz
+                     python3-tz,
+                     python3-crypto
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/flask-restful.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/flask-restful.git
-Homepage: https://github.com/twilio/flask-restful
+Homepage: https://github.com/flask-restful/flask-restful
 
 Package: python-flask-restful
 Architecture: all
@@ -29,7 +33,8 @@ Depends: ${misc:Depends},
          python-aniso8601 (>= 0.82),
          python-flask (>=0.8),
          python-six (>=1.3.0),
-         python-tz
+         python-tz,
+         python3-crypto
 Description: Python Flask extension for creating a great REST API
  Flask-RESTful lightweight abstraction that works with your existing
  ORM/libraries. Flask-RESTful encourages best practices with minimal setup. If
@@ -44,7 +49,8 @@ Depends: ${misc:Depends},
          python3-aniso8601 (>= 0.82),
          python3-flask (>=0.8),
          python3-six (>=1.3.0),
-         python3-tz
+         python3-tz,
+         python3-crypto
 Description: Python 3 Flask extension for creating a great REST API
  Flask-RESTful lightweight abstraction that works with your existing
  ORM/libraries. Flask-RESTful encourages best practices with minimal setup. If

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