[oe-commits] [meta-openembedded] 62/64: Update python3 recipes to use the updated pypi class

git at git.openembedded.org git at git.openembedded.org
Mon Feb 15 09:25:39 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 27d7ab6416eef2e9699ab9b915d6c13a8355528e
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sun Feb 14 23:05:16 2016 -0500

    Update python3 recipes to use the updated pypi class
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python3-certifi_2015.11.20.1.bb | 2 +-
 meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb   | 2 +-
 meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.bb  | 2 +-
 meta-python/recipes-devtools/python/python3-flask_0.10.1.bb         | 2 +-
 meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb    | 2 +-
 meta-python/recipes-devtools/python/python3-jinja2_2.8.bb           | 2 +-
 meta-python/recipes-devtools/python/python3-passlib_1.6.5.bb        | 2 +-
 meta-python/recipes-devtools/python/python3-pymongo_3.2.bb          | 2 +-
 meta-python/recipes-devtools/python/python3-redis_2.10.5.bb         | 2 +-
 meta-python/recipes-devtools/python/python3-requests_2.9.1.bb       | 2 +-
 meta-python/recipes-devtools/python/python3-six_1.10.0.bb           | 2 +-
 meta-python/recipes-devtools/python/python3-tornado_4.3.bb          | 2 +-
 meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb      | 2 +-
 meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb         | 2 +-
 meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb           | 2 +-
 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 dfdd6e9..70f674b 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 5d46954..2d23fe1 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 19d33ff..2102554 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 1ab2c02..cd43990 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 8c791cc..cd30825 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 e2f9c1e..61156b6 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 1271832..18180a0 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 d2cfd55..5164b18 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 59c4803..b192ed8 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 c2eb056..e5220fa 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 2bc5bc5..7f76157 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 21a4300..eecc1f0 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 6386664..af2d86a 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 91f7018..5d8af30 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 @@
-inherit pypi3
+inherit pypi setuptools3
 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 407346f..b7bd969 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 @@
-inherit pypi3
+inherit pypi setuptools3
 require python-xlrd.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list