mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/studio-ousia/gsocketpool"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859"
|
||||
DEPENDS += "${PYTHON_PN}-gevent"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-gevent"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-gevent"
|
||||
|
||||
SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550"
|
||||
SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14"
|
||||
|
||||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "bb7ac7099dd67a857ed52c815a6192b6b1f5ba6b516237fc24a0853413
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-hpack ${PYTHON_PN}-hyperframe"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-hpack ${PYTHON_PN}-hyperframe"
|
||||
|
||||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "connman python3-dbus python3-pprint"
|
||||
RDEPENDS:${PN} = "connman python3-dbus python3-pprint"
|
||||
|
||||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "Pyro4"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-serpent \
|
||||
${PYTHON_PN}-threading \
|
||||
|
||||
@@ -8,9 +8,9 @@ SRC_URI[sha256sum] = "9af1c86bf73433afc6010ed376a6c6aca2b54099cc0d61895f640870a9
|
||||
inherit pypi setuptools3
|
||||
|
||||
# Use different filename to prevent conflicts with thrift itself
|
||||
PYPI_SRC_URI_append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}"
|
||||
PYPI_SRC_URI:append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-stringold \
|
||||
|
||||
@@ -20,15 +20,15 @@ inherit autotools python3native
|
||||
SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017"
|
||||
SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376"
|
||||
|
||||
FILES_${PN} += "\
|
||||
FILES:${PN} += "\
|
||||
${libdir}/python*/site-packages/telepathy/*.py \
|
||||
${libdir}/python*/site-packages/telepathy/*/*.py \
|
||||
"
|
||||
|
||||
do_install_append () {
|
||||
do_install:append () {
|
||||
rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__
|
||||
rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__
|
||||
rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
|
||||
rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
|
||||
}
|
||||
RDEPENDS_${PN} += "python3-dbus"
|
||||
RDEPENDS:${PN} += "python3-dbus"
|
||||
|
||||
@@ -9,8 +9,8 @@ PACKAGES = ' \
|
||||
|
||||
# Note that python3-cvxopt requires Fortran support. To enable this,
|
||||
# add the following to your local.conf:
|
||||
# FORTRAN_forcevariable = ",fortran"
|
||||
RDEPENDS_packagegroup-meta-python3 = "\
|
||||
# FORTRAN:forcevariable = ",fortran"
|
||||
RDEPENDS:packagegroup-meta-python3 = "\
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "python3-blivetgui", "", d)} \
|
||||
gyp \
|
||||
@@ -465,9 +465,9 @@ RDEPENDS_packagegroup-meta-python3 = "\
|
||||
python3-zopeinterface \
|
||||
telepathy-python3 \
|
||||
"
|
||||
RDEPENDS_packagegroup-meta-python3_remove_libc-musl_powerpc64le = "python3-grpcio python3-grpcio-tools"
|
||||
RDEPENDS:packagegroup-meta-python3:remove:libc-musl:powerpc64le = "python3-grpcio python3-grpcio-tools"
|
||||
|
||||
RDEPENDS_packagegroup-meta-python3-ptest = "\
|
||||
RDEPENDS:packagegroup-meta-python3-ptest = "\
|
||||
python3-cryptography-ptest \
|
||||
python3-jinja2-ptest \
|
||||
python3-markupsafe-ptest \
|
||||
|
||||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "pamela"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "libpam"
|
||||
RDEPENDS:${PN} = "libpam"
|
||||
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
@@ -12,25 +12,25 @@ inherit pypi setuptools3
|
||||
|
||||
PACKAGES =+ "${PN}-tests ${PN}-samples"
|
||||
|
||||
FILES_${PN}-samples += " \
|
||||
FILES:${PN}-samples += " \
|
||||
${PYTHON_SITEPACKAGES_DIR}/rtm/samples \
|
||||
"
|
||||
|
||||
FILES_${PN}-tests += " \
|
||||
FILES:${PN}-tests += " \
|
||||
${PYTHON_SITEPACKAGES_DIR}/rtm/tests \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-netclient \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-samples += " \
|
||||
RDEPENDS:${PN}-samples += " \
|
||||
${PN} \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-tests += " \
|
||||
RDEPENDS:${PN}-tests += " \
|
||||
${PN} \
|
||||
${PYTHON_PN}-unittest \
|
||||
"
|
||||
|
||||
@@ -12,6 +12,6 @@ inherit pypi
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-django \
|
||||
"
|
||||
|
||||
@@ -8,11 +8,11 @@ inherit pypi
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
|
||||
|
||||
FILES_${PN} += "${datadir}/django"
|
||||
FILES:${PN} += "${datadir}/django"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-compression \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-datetime \
|
||||
|
||||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "cb08ed940183f6343a64e465e83b3a3f13c53e1baabb8d72b5da4545ef
|
||||
|
||||
PYPI_PACKAGE = "Flask-Bootstrap"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-dominate \
|
||||
${PYTHON_PN}-flask \
|
||||
${PYTHON_PN}-visitor \
|
||||
|
||||
@@ -7,6 +7,6 @@ SRC_URI[sha256sum] = "6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0
|
||||
|
||||
PYPI_PACKAGE = "Flask-Script"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-flask \
|
||||
"
|
||||
|
||||
@@ -5,4 +5,4 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6"
|
||||
|
||||
PYPI_PACKAGE = "Flask-Sijax"
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-sijax"
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-sijax"
|
||||
@@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=659968f6ebd4b70b6c3190d20b4a924c"
|
||||
SRC_URI[md5sum] = "2f56023e1444c8bd1fec41afe93de743"
|
||||
SRC_URI[sha256sum] = "226ea8e97065a9488b59bfe5c94af4c6e2ea70a25052e301fb231a1381490133"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/python-flask-xstatic:"
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/python-flask-xstatic:"
|
||||
SRC_URI += "file://remove-pip-requires.patch"
|
||||
|
||||
PYPI_PACKAGE = "Flask-XStatic"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-flask \
|
||||
${PYTHON_PN}-xstatic \
|
||||
"
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a14482d15c2249de3b6f0e8a47e021fd"
|
||||
SRC_URI[md5sum] = "dffae4ff9f997a83324b3f33fe62be54"
|
||||
SRC_URI[sha256sum] = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
RDEPENDS:${PN}:class-target += " \
|
||||
${PYTHON_PN}-codecs \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-math \
|
||||
@@ -21,7 +21,7 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
"
|
||||
|
||||
|
||||
@@ -10,6 +10,6 @@ PYPI_PACKAGE = "aiofiles"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-asyncio \
|
||||
"
|
||||
|
||||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "9c22a0e48e3b277fc145c67dd8c3b8f609dab36bce9eb337f70dfe7166
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-jinja2 \
|
||||
${PYTHON_PN}-aiohttp \
|
||||
"
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc4888849
|
||||
|
||||
PYPI_PACKAGE = "aiohttp"
|
||||
inherit setuptools3 pypi
|
||||
RDEPENDS_${PN} = "\
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-async-timeout \
|
||||
${PYTHON_PN}-attrs \
|
||||
${PYTHON_PN}-chardet \
|
||||
|
||||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "3ee8e857b07364516f8b9f0e5c52d4cd775036f3ace37c2769de1e8579
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-aiohttp"
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "a21fedebb3fb8f6bbbba51a11114f08c78709377051384c9c5ead5705e
|
||||
|
||||
PYPI_PACKAGE = "alembic"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-dateutil \
|
||||
${PYTHON_PN}-editor \
|
||||
${PYTHON_PN}-mako \
|
||||
|
||||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "0f124ea7efcf3f24f1f9398e527e688c9ae6eab26b0b84e1299ef7f94d
|
||||
inherit pypi setuptools3
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native"
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-six"
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-six"
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-nose \
|
||||
"
|
||||
@@ -24,4 +24,4 @@ do_install_ptest() {
|
||||
SRC_URI[md5sum] = "2ea28d6ec311aeeebaf993cb3008b27c"
|
||||
SRC_URI[sha256sum] = "37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba"
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-simplejson"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-simplejson"
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27
|
||||
|
||||
inherit pypi setuptools3 ptest
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
"
|
||||
|
||||
|
||||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "1ce26326a61d8773d38a9726a345c6525a91a6120d7333af79ad792dac
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "python3-core"
|
||||
RDEPENDS:${PN} += "python3-core"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "argcomplete"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-io \
|
||||
"
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI[md5sum] = "448635948823309312ea9f70b30b6c2d"
|
||||
SRC_URI[sha256sum] = "61f9ae9322e38ae64996848421afbdb018239a99c4e796fe064f172d6c98c3bf"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-dynamic-dispatch \
|
||||
python3-typeguard \
|
||||
"
|
||||
|
||||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a584
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-logging \
|
||||
"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99b
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
RDEPENDS:${PN}:class-target += " \
|
||||
${PYTHON_PN}-codecs \
|
||||
${PYTHON_PN}-crypt \
|
||||
${PYTHON_PN}-ctypes \
|
||||
|
||||
@@ -19,11 +19,11 @@ do_install_ptest() {
|
||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-ptest += "\
|
||||
RDEPENDS:${PN}-ptest += "\
|
||||
python3-tornado \
|
||||
python3-process-tests \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "python3-core python3-fields"
|
||||
RDEPENDS:${PN} += "python3-core python3-fields"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -12,12 +12,12 @@ DEPENDS += "${PYTHON_PN}-pytest-runner-native"
|
||||
|
||||
PACKAGES =+ "${PN}-tests"
|
||||
|
||||
FILES_${PN}-tests += " \
|
||||
FILES:${PN}-tests += " \
|
||||
${PYTHON_SITEPACKAGES_DIR}/astroid/test* \
|
||||
${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
RDEPENDS:${PN}:class-target += "\
|
||||
${PYTHON_PN}-distutils \
|
||||
${PYTHON_PN}-lazy-object-proxy \
|
||||
${PYTHON_PN}-logging \
|
||||
@@ -26,7 +26,7 @@ RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-setuptools \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-tests_class-target += "\
|
||||
RDEPENDS:${PN}-tests:class-target += "\
|
||||
${PYTHON_PN}-unittest \
|
||||
${PYTHON_PN}-xml \
|
||||
"
|
||||
|
||||
@@ -14,6 +14,6 @@ SRC_URI[sha256sum] = "0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b2
|
||||
PYPI_PACKAGE = "async-timeout"
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-asyncio \
|
||||
"
|
||||
|
||||
@@ -8,4 +8,4 @@ inherit setuptools3 pypi
|
||||
SRC_URI[md5sum] = "60153055e76ceaacdfbaeafb03d61dd9"
|
||||
SRC_URI[sha256sum] = "fe3ceb2ba5f541330c07ca1bd7ae792468d625bad1acf5354a3a7a0b9fd87521"
|
||||
|
||||
RDEPENDS_${PN} += "python3-asyncio python3-pygobject"
|
||||
RDEPENDS:${PN} += "python3-asyncio python3-pygobject"
|
||||
|
||||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "e126c1f583e872fb59e79d36977cfa1f2d0a8a79f90ae31f406faae766
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-twisted \
|
||||
${PYTHON_PN}-zopeinterface \
|
||||
${PYTHON_PN}-py-ubjson \
|
||||
|
||||
@@ -8,14 +8,14 @@ SRC_URI[sha256sum] = "7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||||
|
||||
SRC_URI_append = " \
|
||||
SRC_URI:append = " \
|
||||
file://0001-setup.py-remove-the-dependency-on-m2r.patch \
|
||||
"
|
||||
|
||||
PYPI_PACKAGE = "Automat"
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-attrs \
|
||||
${PYTHON_PN}-six \
|
||||
"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "SDK for connecting to AWS IoT using Python."
|
||||
HOMEPAGE = "https://github.com/aws/aws-iot-device-sdk-python"
|
||||
LICENSE = "Apache-2.0 & (EPL-1.0 | EDL-1.0)"
|
||||
LICENSE_${PN}-examples = "Apache-2.0"
|
||||
LICENSE:${PN}-examples = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://LICENSE.txt;md5=9ac49901b833e769c7d6f21e8dbd7b30 \
|
||||
file://AWSIoTPythonSDK/core/protocol/paho/client.py;endline=14;md5=5a3c8a1a4bb71bd934f450ecff972ad9 \
|
||||
@@ -13,7 +13,7 @@ inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "AWSIoTPythonSDK"
|
||||
|
||||
do_install_append() {
|
||||
do_install:append() {
|
||||
install -d -m0755 ${D}${datadir}/${BPN}/examples
|
||||
cp --preserve=mode,timestamps -R ${S}/samples/* ${D}${datadir}/${BPN}/examples
|
||||
# this requires the full blown AWS Python SDK
|
||||
@@ -22,7 +22,7 @@ do_install_append() {
|
||||
|
||||
PACKAGES =+ "${PN}-examples"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-crypt \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-io \
|
||||
@@ -33,8 +33,8 @@ RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
RDEPENDS_${PN}-examples += "${PN}"
|
||||
RDEPENDS:${PN}-examples += "${PN}"
|
||||
|
||||
FILES_${PN}-examples = "${datadir}/${BPN}/examples"
|
||||
FILES:${PN}-examples = "${datadir}/${BPN}/examples"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -11,7 +11,7 @@ inherit pypi setuptools3
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-codecs \
|
||||
${PYTHON_PN}-difflib \
|
||||
${PYTHON_PN}-distutils \
|
||||
|
||||
@@ -16,7 +16,7 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
"
|
||||
|
||||
@@ -25,7 +25,7 @@ do_install_ptest() {
|
||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-pickle \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
@@ -9,6 +9,6 @@ DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six
|
||||
|
||||
inherit setuptools3 pypi
|
||||
|
||||
RDEPENDS_${PN} += "python3-modules python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"
|
||||
RDEPENDS:${PN} += "python3-modules python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
"
|
||||
|
||||
@@ -22,7 +22,7 @@ do_install_ptest() {
|
||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
RDEPENDS:${PN}:class-target += "\
|
||||
${PYTHON_PN}-cffi \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-shell \
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e13
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-html5lib \
|
||||
${PYTHON_PN}-lxml \
|
||||
${PYTHON_PN}-soupsieve \
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "b9662327aa53294c1351b0a9c369093ccec1d21026f050c3bd9b3e5ccc
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-parse-type \
|
||||
${PYTHON_PN}-setuptools \
|
||||
${PYTHON_PN}-six \
|
||||
|
||||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd05
|
||||
|
||||
inherit pypi setuptools3 ptest
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-requests \
|
||||
"
|
||||
|
||||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "bitstring"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-mmap \
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-nose \
|
||||
"
|
||||
|
||||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "be9aa45477a134aee56c8fac518627e1154df063e85f67d4f83ce0ccc2
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-crypt \
|
||||
python3-datetime \
|
||||
python3-email \
|
||||
|
||||
@@ -14,11 +14,11 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-math \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ PYPI_PACKAGE="python-can"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
RDEPENDS:${PN}:class-target += "\
|
||||
${PYTHON_PN}-aenum \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-codecs \
|
||||
|
||||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "8ad7d7c090eb1cac6110b3bfc1fd2d334ac62f415aac09350ebb8d241b
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-cython \
|
||||
${PYTHON_PN}-geomet \
|
||||
${PYTHON_PN}-json \
|
||||
|
||||
@@ -12,7 +12,7 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
"
|
||||
@@ -22,7 +22,7 @@ do_install_ptest() {
|
||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-datetime \
|
||||
"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ SECTION = "devel/python"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb"
|
||||
|
||||
RDEPENDS_${PN} += "python3-setuptools"
|
||||
RDEPENDS:${PN} += "python3-setuptools"
|
||||
|
||||
# The PyPI package uses a capital letter so we have to specify this explicitly
|
||||
PYPI_PACKAGE = "Cerberus"
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN}_class-target = " \
|
||||
RDEPENDS:${PN}:class-target = " \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-pycparser \
|
||||
|
||||
@@ -10,13 +10,13 @@ DEPENDS += "${PYTHON_PN}-pytest-runner-native"
|
||||
inherit pypi setuptools3
|
||||
|
||||
PACKAGES =+ "${PN}-cli"
|
||||
FILES_${PN}-cli += " \
|
||||
FILES:${PN}-cli += " \
|
||||
${PYTHON_SITEPACKAGES_DIR}/chardet/cli \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-cli = "${PN} "
|
||||
RDEPENDS:${PN}-cli = "${PN} "
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
RDEPENDS:${PN}:class-target += " \
|
||||
${PYTHON_PN}-logging \
|
||||
"
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=15e13a4ed0e5880e3e55ec88b0921181"
|
||||
PYPI_PACKAGE = "Cheetah3"
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "python3-pickle python3-pprint"
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
RDEPENDS:${PN} = "python3-pickle python3-pprint"
|
||||
RDEPENDS:${PN}:class-native = ""
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
||||
@@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "cd12f68d745bf6151210790540b4cb064c7b13e571bc64b6957d98d120
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-click"
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-click"
|
||||
|
||||
@@ -16,7 +16,7 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-terminal \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
@@ -31,7 +31,7 @@ UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "25dbb2e9847aaa686a8a21e84e3d101db8b79f5cb992e044fc54210ab8
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-attrs \
|
||||
${PYTHON_PN}-colorama \
|
||||
${PYTHON_PN}-pyperclip \
|
||||
|
||||
@@ -8,15 +8,15 @@ SRC_URI[sha256sum] = "7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
do_compile_prepend() {
|
||||
do_compile:prepend() {
|
||||
sed -ie "s/find_pth_directory(),/'',/g" ${S}/setup.py
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
do_install:append() {
|
||||
rm -rf ${D}${datadir}
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-humanfriendly \
|
||||
"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ inherit pypi setuptools3
|
||||
PACKAGECONFIG ?= "yaml"
|
||||
PACKAGECONFIG[yaml] = ",,,${PYTHON_PN}-pyyaml"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-json \
|
||||
|
||||
@@ -13,4 +13,4 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "python3-modules python3-fcntl python3-six"
|
||||
RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six"
|
||||
|
||||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba5914
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-json"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-json"
|
||||
|
||||
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f2
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-unittest"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-unittest"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "a70dfc9d52de9fc1a886128b9148c89dd9e76b67d55f46516ca94d2d73
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += " python3-dateutil python3-natsort"
|
||||
RDEPENDS:${PN} += " python3-dateutil python3-natsort"
|
||||
|
||||
@@ -22,7 +22,7 @@ DEPENDS += " \
|
||||
${PYTHON_PN}-six \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-cffi \
|
||||
${PYTHON_PN}-idna \
|
||||
${PYTHON_PN}-asn1crypto \
|
||||
@@ -30,7 +30,7 @@ RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-six \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
RDEPENDS:${PN}:class-target += " \
|
||||
${PYTHON_PN}-cffi \
|
||||
${PYTHON_PN}-idna \
|
||||
${PYTHON_PN}-numbers \
|
||||
@@ -40,7 +40,7 @@ RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PN} \
|
||||
${PYTHON_PN}-cryptography-vectors \
|
||||
${PYTHON_PN}-iso8601 \
|
||||
@@ -58,7 +58,7 @@ do_install_ptest() {
|
||||
cp -rf ${S}/tests/hazmat/* ${D}${PTEST_PATH}/tests/hazmat/
|
||||
}
|
||||
|
||||
FILES_${PN}-dbg += " \
|
||||
FILES:${PN}-dbg += " \
|
||||
${libdir}/${PYTHON_PN}2.7/site-packages/${SRCNAME}/hazmat/bindings/.debug \
|
||||
"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ SRCREV = "60fdb838e0bb2d8f32ba51129552c83b55acd2a7"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
RDEPENDS_${PN} += "lapack suitesparse"
|
||||
RDEPENDS:${PN} += "lapack suitesparse"
|
||||
DEPENDS += "lapack suitesparse"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-core \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
@@ -12,7 +12,7 @@ inherit pypi setuptools3
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-dateutil \
|
||||
${PYTHON_PN}-tzlocal \
|
||||
${PYTHON_PN}-ruamel-yaml \
|
||||
|
||||
@@ -10,11 +10,11 @@ PYPI_PACKAGE = "python-dateutil"
|
||||
inherit pypi setuptools3
|
||||
|
||||
PACKAGES =+ "${PN}-zoneinfo"
|
||||
FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
|
||||
FILES:${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-six \
|
||||
|
||||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit distutils3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-asyncio \
|
||||
python3-core \
|
||||
python3-ctypes \
|
||||
|
||||
@@ -13,6 +13,6 @@ SRC_URI[sha256sum] = "72ecfba4320a893c53f9706bebb2d55c270c1e51a28789361aa93e4a21
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-stringold \
|
||||
"
|
||||
|
||||
@@ -9,6 +9,6 @@ inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE_EXT = "zip"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-multiprocessing \
|
||||
"
|
||||
|
||||
@@ -4,6 +4,6 @@ inherit setuptools3
|
||||
SRC_URI[md5sum] = "ebf3bbb7716a7b11029e860475b9a122"
|
||||
SRC_URI[sha256sum] = "3339ff0e03dee13045aef6ae7b523edff75b6d726adf7a7a48f53d5a501f7db7"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-sqlparse \
|
||||
"
|
||||
|
||||
@@ -3,7 +3,7 @@ inherit setuptools3
|
||||
|
||||
SRC_URI[sha256sum] = "3da05fea54fdec2315b54a563d5b59f3b4e2b1e69c3a5841dda35019c01855cd"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-sqlparse \
|
||||
"
|
||||
|
||||
|
||||
@@ -11,6 +11,6 @@ PYPI_PACKAGE = "djangorestframework"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-django \
|
||||
"
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
"
|
||||
|
||||
@@ -22,7 +22,7 @@ do_install_ptest() {
|
||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-crypt \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-math \
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
"
|
||||
|
||||
@@ -20,7 +20,7 @@ do_install_ptest() {
|
||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
@@ -12,4 +12,4 @@ PV = "0.1+git${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
RDEPENDS_${PN} = "python3-jsonschema python3-ruamel-yaml"
|
||||
RDEPENDS:${PN} = "python3-jsonschema python3-ruamel-yaml"
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "fbc676aaedc8ec542056c21e5e206b8b62b8d11c3f3c5cfb32b273936d
|
||||
PYPI_PACKAGE = "dynamic_dispatch"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-typeguard \
|
||||
"
|
||||
|
||||
|
||||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "python3-six python3-gmpy2 python3-pbr"
|
||||
RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr"
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "60139b91ef9646e27381fd62b8c38f1fc8ebc78dc4bc231c08c5124006
|
||||
PYPI_PACKAGE = "elementpath"
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-xml \
|
||||
"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "python-engineio"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-netclient \
|
||||
python3-json \
|
||||
python3-logging \
|
||||
|
||||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148
|
||||
|
||||
SRC_URI[sha256sum] = "8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c"
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell"
|
||||
|
||||
inherit setuptools3 pypi
|
||||
|
||||
|
||||
@@ -7,13 +7,13 @@ SRC_URI[sha256sum] = "8782740eb1a86b187334c07feb5127d3faa0b236e113206dfe3ae8f77f
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
do_compile_prepend() {
|
||||
do_compile:prepend() {
|
||||
rm -rf ${S}/evdev/ecodes.c
|
||||
}
|
||||
|
||||
DISTUTILS_BUILD_ARGS = "build_ecodes --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-fcntl \
|
||||
${PYTHON_PN}-io \
|
||||
|
||||
@@ -19,10 +19,10 @@ do_install_ptest() {
|
||||
cp -rf ${S}/testing/* ${D}${PTEST_PATH}/tests/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-ptest += "\
|
||||
RDEPENDS:${PN}-ptest += "\
|
||||
python3-pytest \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "python3-core python3-crypt python3-ctypes python3-fcntl python3-io python3-shell python3-threading"
|
||||
RDEPENDS:${PN} += "python3-core python3-crypt python3-ctypes python3-fcntl python3-io python3-shell python3-threading"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba334
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-fcntl \
|
||||
"
|
||||
|
||||
@@ -20,7 +20,7 @@ do_install_ptest() {
|
||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-ptest += "\
|
||||
RDEPENDS:${PN}-ptest += "\
|
||||
python3-colorama \
|
||||
python3-jsonschema \
|
||||
python3-pylint \
|
||||
@@ -28,7 +28,7 @@ RDEPENDS_${PN}-ptest += "\
|
||||
python3-pytest-benchmark \
|
||||
python3-pytest-cache \
|
||||
"
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-core \
|
||||
python3-urllib3 \
|
||||
python3-numbers \
|
||||
|
||||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-xml \
|
||||
|
||||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "31d4aa03d8d44e35df13c431de35136997f047a924a597d84f7bc209e1
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "python3-core"
|
||||
RDEPENDS:${PN} += "python3-core"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "Flask-Babel"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-speaklater \
|
||||
${PYTHON_PN}-babel \
|
||||
${PYTHON_PN}-flask \
|
||||
|
||||
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "8ac4c732aa5b11d9f6c2de58065d3b669f139518ca8f529bce943817e2
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-flask"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-flask"
|
||||
|
||||
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "49c0672fbde0f1cd3374bd834918d28956e3c521c7e00089cdc5380d32
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-pyjwt ${PYTHON_PN}-flask"
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-pyjwt ${PYTHON_PN}-flask"
|
||||
|
||||
@@ -13,4 +13,4 @@ PYPI_PACKAGE = "Flask-Login"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN}_class-target = "${PYTHON_PN}-flask"
|
||||
RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask"
|
||||
|
||||
@@ -11,4 +11,4 @@ PYPI_PACKAGE = "Flask-Mail"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-flask"
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-flask"
|
||||
|
||||
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "Flask-Migrate"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-flask-sqlalchemy \
|
||||
${PYTHON_PN}-alembic \
|
||||
${PYTHON_PN}-flask \
|
||||
|
||||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "flask-nav"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-blinker \
|
||||
${PYTHON_PN}-flask \
|
||||
"
|
||||
|
||||
@@ -14,4 +14,4 @@ inherit pypi setuptools3
|
||||
|
||||
DEPENDS = "${PYTHON_PN}-vcversioner ${PYTHON_PN}-vcversioner-native"
|
||||
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-pymongo ${PYTHON_PN}-flask"
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-pymongo ${PYTHON_PN}-flask"
|
||||
|
||||
@@ -12,4 +12,4 @@ inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "Flask-RESTful"
|
||||
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-flask"
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-flask"
|
||||
|
||||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "Flask-SocketIO"
|
||||
|
||||
SRC_URI[sha256sum] = "b41b9f6fb0d7f3fcadd54c44653307a9b96e985c7da73f92779480248b5b6874"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-flask \
|
||||
${PYTHON_PN}-socketio \
|
||||
"
|
||||
|
||||
@@ -8,4 +8,4 @@ PYPI_PACKAGE = "Flask-SQLAlchemy"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask"
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user