[Python-modules-commits] [flask-restful] 01/01: fixed python3 dependency on python2 binary
Alexandre Viau
reazem-guest at moszumanska.debian.org
Fri Aug 7 13:24:41 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 5cf62bc6b5162e846319b140d695ab5fa7d6e21c
Author: aviau <alexandre at alexandreviau.net>
Date: Fri Aug 7 09:24:37 2015 -0400
fixed python3 dependency on python2 binary
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 5dda909..7ffeb23 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Depends: ${misc:Depends},
python-flask,
python-six,
python-tz,
- python3-crypto
+ python-crypto
Suggests: python-flask-restful-doc
Description: Python Flask extension for creating a great REST API
Flask-RESTful lightweight abstraction that works with your existing
--
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