diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-packaging_21.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-packaging_21.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging_21.2.bb b/meta/recipes-devtools/python/python3-packaging_21.2.bb new file mode 100644 index 0000000000..5e9541082f --- /dev/null +++ b/meta/recipes-devtools/python/python3-packaging_21.2.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "Core utilities for Python packages" | ||
| 2 | HOMEPAGE = "https://github.com/pypa/packaging" | ||
| 3 | LICENSE = "Apache-2.0 | BSD-2-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "096d689d78ca690e4cd8a89568ba06d07ca097e3306a4381635073ca91479966" | ||
| 7 | |||
| 8 | SRC_URI += "file://8cb9dbf19e2b76ab025efc11208bd50e09e8223e.patch" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
| 13 | |||
| 14 | DEPENDS += "${PYTHON_PN}-setuptools-native" | ||
| 15 | RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing" | ||
