diff options
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-hypothesis_6.142.2.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.139.2.bb) | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-referencing_0.37.0.bb (renamed from meta/recipes-devtools/python/python3-referencing_0.36.2.bb) | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-urllib3_2.5.0.bb | 19 |
3 files changed, 14 insertions, 9 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.139.2.bb b/meta/recipes-devtools/python/python3-hypothesis_6.142.2.bb index b03cc22fac..5ba7c66577 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.139.2.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.142.2.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI += " \ | |||
| 13 | file://test_rle.py \ | 13 | file://test_rle.py \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | SRC_URI[sha256sum] = "2dc2ff36ea977a9cb7fb68f24a5dbf5d673b88a2e502212676eafe09b699f511" | 16 | SRC_URI[sha256sum] = "c4204a2ce327e45fbaf83a2b58142a285135698dc1d08e368ae9901f06b49e64" |
| 17 | 17 | ||
| 18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
| 19 | python3-attrs \ | 19 | python3-attrs \ |
diff --git a/meta/recipes-devtools/python/python3-referencing_0.36.2.bb b/meta/recipes-devtools/python/python3-referencing_0.37.0.bb index 388c1887fb..a75f5f80d4 100644 --- a/meta/recipes-devtools/python/python3-referencing_0.36.2.bb +++ b/meta/recipes-devtools/python/python3-referencing_0.37.0.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/python-jsonschema/referencing" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa" | 6 | SRC_URI[sha256sum] = "44aefc3142c5b842538163acb373e24cce6632bd54bdb01b21ad5863489f50d8" |
| 7 | 7 | ||
| 8 | inherit pypi python_hatchling | 8 | inherit pypi python_hatchling |
| 9 | 9 | ||
diff --git a/meta/recipes-devtools/python/python3-urllib3_2.5.0.bb b/meta/recipes-devtools/python/python3-urllib3_2.5.0.bb index a4f3995730..62fdf8e345 100644 --- a/meta/recipes-devtools/python/python3-urllib3_2.5.0.bb +++ b/meta/recipes-devtools/python/python3-urllib3_2.5.0.bb | |||
| @@ -7,18 +7,23 @@ SRC_URI[sha256sum] = "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbf | |||
| 7 | 7 | ||
| 8 | inherit pypi python_hatchling | 8 | inherit pypi python_hatchling |
| 9 | 9 | ||
| 10 | DEPENDS += " \ | 10 | DEPENDS += "python3-hatch-vcs-native" |
| 11 | python3-hatch-vcs-native \ | 11 | |
| 12 | " | 12 | PACKAGECONFIG ??= "" |
| 13 | # This is not recommended for use upstream, and has large dependencies | ||
| 14 | PACKAGECONFIG[openssl] = ",,,python3-cryptography python3-pyopenssl" | ||
| 15 | |||
| 16 | do_install:append() { | ||
| 17 | if ! ${@bb.utils.contains("PACKAGECONFIG", "openssl", "true", "false", d)}; then | ||
| 18 | rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/urllib3/contrib/pyopenssl.py | ||
| 19 | fi | ||
| 20 | } | ||
| 13 | 21 | ||
| 14 | RDEPENDS:${PN} += "\ | 22 | RDEPENDS:${PN} += "\ |
| 15 | python3-certifi \ | ||
| 16 | python3-cryptography \ | ||
| 17 | python3-email \ | ||
| 18 | python3-idna \ | 23 | python3-idna \ |
| 24 | python3-email \ | ||
| 19 | python3-json \ | 25 | python3-json \ |
| 20 | python3-netclient \ | 26 | python3-netclient \ |
| 21 | python3-pyopenssl \ | ||
| 22 | python3-threading \ | 27 | python3-threading \ |
| 23 | python3-logging \ | 28 | python3-logging \ |
| 24 | " | 29 | " |
