[oe] [meta-python][PATCH v2 2/4] Update python3 recipes to use the updated pypi class

Derek Straka derek at asterius.io
Mon Feb 15 04:05:16 UTC 2016


Signed-off-by: Derek Straka <derek at asterius.io>
---
 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
-- 
1.9.1




More information about the Openembedded-devel mailing list