Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta python merge #553

Merged
merged 11 commits into from
Mar 23, 2022
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-autobahn \
python3-automat \
python3-aws-iot-device-sdk-python \
python3-babel \
python3-backcall \
python3-bandit \
python3-beautifulsoup4 \
Expand All @@ -63,7 +62,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-cassandra-driver \
python3-cbor2 \
python3-cerberus \
python3-certifi \
python3-chardet \
python3-charset-normalizer \
python3-cheetah \
Expand Down Expand Up @@ -234,7 +232,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-mypy \
python3-mypy-extensions \
python3-natsort \
python3-ndg-httpsclient \
python3-netaddr \
python3-netifaces \
python3-networkx \
Expand Down Expand Up @@ -287,7 +284,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-py-cpuinfo \
python3-py-ubjson \
python3-pyalsaaudio \
python3-pyasn1 \
python3-pyasn1-modules \
python3-pyatspi \
python3-pyaudio \
Expand Down Expand Up @@ -321,7 +317,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-pymysql \
python3-pynacl \
python3-pynetlinux \
python3-pyopenssl \
python3-pyparted \
python3-pyperclip \
python3-pyperf \
Expand All @@ -331,7 +326,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-pyrsistent \
python3-pyscaffold \
python3-pyserial \
python3-pysocks \
python3-pysonos \
python3-pystemd \
python3-pytest-asyncio \
Expand Down Expand Up @@ -360,7 +354,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-rdflib \
python3-redis \
python3-regex \
python3-requests \
python3-requests-file \
python3-requests-ftp \
python3-requests-futures \
Expand Down Expand Up @@ -428,7 +421,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-ujson \
python3-unidiff \
python3-uritemplate \
python3-urllib3 \
python3-vcversioner \
python3-versiontools \
python3-visitor \
Expand Down
31 changes: 0 additions & 31 deletions meta-python/recipes-devtools/python/python-pyasn1.inc

This file was deleted.

26 changes: 0 additions & 26 deletions meta-python/recipes-devtools/python/python3-babel_2.9.1.bb

This file was deleted.

14 changes: 0 additions & 14 deletions meta-python/recipes-devtools/python/python3-certifi_2021.10.8.bb

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RDEPENDS:${PN} += " \

RDEPENDS:${PN}-ptest += " \
${PYTHON_PN}-pytest \
${PYTHON_PN}-pytest-lazy-fixture \
${PYTHON_PN}-sqlite3 \
"

Expand Down
2 changes: 0 additions & 2 deletions meta-python/recipes-devtools/python/python3-pyasn1_0.4.8.bb

This file was deleted.

23 changes: 0 additions & 23 deletions meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb

This file was deleted.

20 changes: 0 additions & 20 deletions meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright (C) 2022 Wind River Systems

SUMMARY = "Use your fixtures in @pytest.mark.parametrize."
HOMEPAGE = "https://github.com/tvorog/pytest-lazy-fixture"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=aae6f2b7c9b3ced83e0b5bb42346d4dd"

SRC_URI[sha256sum] = "0e7d0c7f74ba33e6e80905e9bfd81f9d15ef9a790de97993e34213deb5ad10ac"

SRC_URI += "file://run-ptest \
"


inherit ptest pypi setuptools3

do_install_ptest() {
install -d ${D}${PTEST_PATH}/tests
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
}


RDEPENDS:${PN} += "python3-core python3-pytest"
RDEPENDS:${PN}-ptest = " python3-unixadmin"
25 changes: 0 additions & 25 deletions meta-python/recipes-devtools/python/python3-requests_2.27.1.bb

This file was deleted.

22 changes: 0 additions & 22 deletions meta-python/recipes-devtools/python/python3-urllib3_1.26.8.bb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ SECTION = "devel/python"
LICENSE = "ZPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"

SRC_URI[sha256sum] = "ec8a8d9b6b15f3bb2c1a82b8f3929a029c333c35fcafb08c185a9e562d8cc9c2"
RDEPENDS:${PN} += " \
python3-logging \
"

SRC_URI[sha256sum] = "e2e60576cf14a1539da79f7b7ee1e79a71e64f366a0b47db54a15e971f57bb16"

inherit python_setuptools_build_meta pypi