Brad Bishop | dec060e | 2019-09-23 08:01:31 -0400 | [diff] [blame] | 1 | DESCRIPTION = "Core utilities for Python packages" |
| 2 | HOMEPAGE = "https://github.com/pypa/packaging" |
| 3 | LICENSE = "Apache-2.0 & BSD" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" |
| 5 | |
Brad Bishop | 0e2770c | 2020-01-21 07:31:46 -0500 | [diff] [blame] | 6 | SRC_URI[md5sum] = "93d6ccbdfcb5b7697b6ecea53ecc294b" |
| 7 | SRC_URI[sha256sum] = "fe1d8331dfa7cc0a883b49d75fc76380b2ab2734b220fbb87d774e4fd4b851f8" |
Brad Bishop | dec060e | 2019-09-23 08:01:31 -0400 | [diff] [blame] | 8 | |
| 9 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
| 10 | RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" |