mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-04 16:36:56 +01:00
python-packaging: new recipe
Add new recipe python-packaging as it is RDEPEND of python-pytest. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
810f586371
commit
bf73812bc9
10
meta-python/recipes-devtools/python/python-packaging.inc
Normal file
10
meta-python/recipes-devtools/python/python-packaging.inc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
DESCRIPTION = "Core utilities for Python packages"
|
||||
HOMEPAGE = "https://github.com/pypa/packaging"
|
||||
LICENSE = "Apache-2.0 & BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
|
||||
|
||||
SRC_URI[md5sum] = "867ce70984dc7b89bbbc3cac2a72b171"
|
||||
SRC_URI[sha256sum] = "28b924174df7a2fa32c1953825ff29c61e2f5e082343165438812f00d3a7fc47"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit pypi setuptools
|
||||
require python-packaging.inc
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit pypi setuptools3
|
||||
require python-packaging.inc
|
||||
Loading…
Reference in New Issue
Block a user