diff options
Diffstat (limited to 'meta-python')
15 files changed, 15 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-certifi_2015.11.20.1.bb b/meta-python/recipes-devtools/python/python3-certifi_2015.11.20.1.bb index dfdd6e9f20..70f674b22c 100644 --- a/meta-python/recipes-devtools/python/python3-certifi_2015.11.20.1.bb +++ b/meta-python/recipes-devtools/python/python3-certifi_2015.11.20.1.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-certifi.inc | 2 | require python-certifi.inc |
diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb index 5d46954a5b..2d23fe1674 100644 --- a/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb +++ b/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-flask-login.inc | 2 | require python-flask-login.inc |
diff --git a/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.bb b/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.bb index 19d33ff632..2102554b66 100644 --- a/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-flask-pymongo.inc | 2 | require python-flask-pymongo.inc |
diff --git a/meta-python/recipes-devtools/python/python3-flask_0.10.1.bb b/meta-python/recipes-devtools/python/python3-flask_0.10.1.bb index 1ab2c02b72..cd439900c9 100644 --- a/meta-python/recipes-devtools/python/python3-flask_0.10.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask_0.10.1.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-flask.inc | 2 | require python-flask.inc |
diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb index 8c791ccb16..cd3082528c 100644 --- a/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb +++ b/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-itsdangerous.inc | 2 | require python-itsdangerous.inc |
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.8.bb b/meta-python/recipes-devtools/python/python3-jinja2_2.8.bb index e2f9c1ebe1..61156b630b 100644 --- a/meta-python/recipes-devtools/python/python3-jinja2_2.8.bb +++ b/meta-python/recipes-devtools/python/python3-jinja2_2.8.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-jinja2.inc | 2 | require python-jinja2.inc |
diff --git a/meta-python/recipes-devtools/python/python3-passlib_1.6.5.bb b/meta-python/recipes-devtools/python/python3-passlib_1.6.5.bb index 12718326e2..18180a07ab 100644 --- a/meta-python/recipes-devtools/python/python3-passlib_1.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-passlib_1.6.5.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-passlib.inc \ No newline at end of file | 2 | require python-passlib.inc \ No newline at end of file |
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.2.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.2.bb index d2cfd55661..5164b186bf 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.2.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.2.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-pymongo.inc | 2 | require python-pymongo.inc |
diff --git a/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb b/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb index 59c48032ea..b192ed8725 100644 --- a/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb +++ b/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-redis.inc | 2 | require python-redis.inc |
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.9.1.bb b/meta-python/recipes-devtools/python/python3-requests_2.9.1.bb index c2eb056eec..e5220fac64 100644 --- a/meta-python/recipes-devtools/python/python3-requests_2.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-requests_2.9.1.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-requests.inc | 2 | require python-requests.inc |
diff --git a/meta-python/recipes-devtools/python/python3-six_1.10.0.bb b/meta-python/recipes-devtools/python/python3-six_1.10.0.bb index 2bc5bc572c..7f7615723e 100644 --- a/meta-python/recipes-devtools/python/python3-six_1.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-six_1.10.0.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-six.inc | 2 | require python-six.inc |
diff --git a/meta-python/recipes-devtools/python/python3-tornado_4.3.bb b/meta-python/recipes-devtools/python/python3-tornado_4.3.bb index 21a4300f2f..eecc1f0fb4 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_4.3.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_4.3.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-tornado.inc | 2 | require python-tornado.inc |
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb index 6386664587..af2d86a9fa 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-werkzeug.inc | 2 | require python-werkzeug.inc |
diff --git a/meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb b/meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb index 91f7018025..5d8af303c7 100644 --- a/meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-whoosh.inc | 2 | require python-whoosh.inc |
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb b/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb index 407346fb53..b7bd969c71 100644 --- a/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb +++ b/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit pypi3 | 1 | inherit pypi setuptools3 |
2 | require python-xlrd.inc | 2 | require python-xlrd.inc |