Update python3 recipes to use the updated pypi class

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka 2016-02-14 23:05:16 -05:00 committed by Martin Jansa
parent 1fadd754cc
commit 485b30ac87
15 changed files with 15 additions and 15 deletions

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-certifi.inc require python-certifi.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-flask-login.inc require python-flask-login.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-flask-pymongo.inc require python-flask-pymongo.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-flask.inc require python-flask.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-itsdangerous.inc require python-itsdangerous.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-jinja2.inc require python-jinja2.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-passlib.inc require python-passlib.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-pymongo.inc require python-pymongo.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-redis.inc require python-redis.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-requests.inc require python-requests.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-six.inc require python-six.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-tornado.inc require python-tornado.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-werkzeug.inc require python-werkzeug.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-whoosh.inc require python-whoosh.inc

View File

@ -1,2 +1,2 @@
inherit pypi3 inherit pypi setuptools3
require python-xlrd.inc require python-xlrd.inc