mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Update python 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:
parent
485b30ac87
commit
b62ae60f86
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-certifi.inc
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ DEPENDS = "libffi python-pycparser"
|
|||
SRC_URI[md5sum] = "deeba7c1fd32a66f1db587988d760c11"
|
||||
SRC_URI[sha256sum] = "d45dd39a770b4afb591c82555f6a8bbc1ac7eb019eda9b621eee1a0a72201220"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
|||
SRC_URI[md5sum] = "25274d664ccb5130adae08047416e1a8"
|
||||
SRC_URI[sha256sum] = "e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|||
SRC_URI[md5sum] = "dd06da41535184f48f2c8e8b74dd570f"
|
||||
SRC_URI[sha256sum] = "059bc6428b1d0e2317f505698602642f1d8dda5b120ec573a59a430d8cb7a32d"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-pyasn1\
|
||||
|
|
@ -50,4 +50,4 @@ do_install_ptest() {
|
|||
|
||||
FILES_${PN}-dbg += " \
|
||||
${libdir}/python2.7/site-packages/${SRCNAME}/hazmat/bindings/.debug \
|
||||
"
|
||||
"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ LICENSE = "MIT"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=13e982bf1b7b164b9d6d1665dac83873"
|
||||
SRCNAME = "daemonize"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-fcntl \
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ LIC_FILES_CHKSUM = "file://enum/LICENSE;md5=0a97a53a514564c20efd7b2e8976c87e"
|
|||
SRC_URI[md5sum] = "ac80f432ac9373e7d162834b264034b6"
|
||||
SRC_URI[sha256sum] = "d3c19f26a6a34629c18c775f59dfc5dd595764c722b57a2da56ebfb69b94e447"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-flask-login.inc
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-flask-pymongo.inc
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-flask.inc
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ffb8415711cf5d3b081b87c3d0aff737"
|
|||
SRC_URI[md5sum] = "23acb1029acfef9c32069c6c851c3a41"
|
||||
SRC_URI[sha256sum] = "e712ff3a18604833f5073e836aad795b21170b19bbef70947c441ed89d0ac0e1"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-itsdangerous.inc
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-jinja2.inc
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
|
|||
SRC_URI[md5sum] = "1919cc3aff2a1b907fe24c1f801343ef"
|
||||
SRC_URI[sha256sum] = "852f656adbf623ee859def6ca2f5498f4cae3256f8320d5c50570ee8a0592ab6"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-ctypes ${PYTHON_PN}-re"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ LICENSE = "EPL-1.0"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc"
|
||||
SRCNAME = "paho-mqtt"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-math \
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
require python-passlib.inc
|
||||
inherit pypi setuptools
|
||||
require python-passlib.inc
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=411780c0b7fa756753e94affeee5bc99"
|
|||
SRC_URI[md5sum] = "7147050a95c9f494248557b42b58ad79"
|
||||
SRC_URI[sha256sum] = "930f2c1e18503e8f8c403abe2e02166c4a881941745147e712cdd4f49f3fb964"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ RDEPENDS_${PN} += " \
|
|||
python-subprocess \
|
||||
"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
|
|||
SRC_URI[md5sum] = "30c3fd92a53f1a5ed6f3591c1fe75c0e"
|
||||
SRC_URI[sha256sum] = "28dd0b90d29b386afb552efc4e355c889f4639ce93658a7872a2150ece28bb89"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d29d3ce07825100c58ca57eea171ab65"
|
|||
SRC_URI[md5sum] = "d87aed98c8a9f386aa56d365fe4d515f"
|
||||
SRC_URI[sha256sum] = "957d98b661c0b64b580ab6f94b125e09b6714154ee51de40bca16d3f0076b86c"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-pymongo.inc
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "aed742a7dbe55eb7f02dbb26719f554b9e92198c4b3c7ac501ad03bbb6
|
|||
|
||||
SRC_URI += "file://import-simplejson-as-json.patch"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
python-distutils \
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "91dc842785417208d57e5e8dc8bb40f57316c45da24a50c53b49cb8d04
|
|||
|
||||
RDEPENDS_${PN} = "python-py"
|
||||
|
||||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-redis.inc
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-requests.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-zlib"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-zlib"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-six.inc
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-tornado.inc
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-backports-ssl"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-werkzeug.inc
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-whoosh.inc
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
inherit pypi
|
||||
inherit pypi setuptools
|
||||
require python-xlrd.inc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user