mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10 lines
151 B
BlitzBasic
10 lines
151 B
BlitzBasic
require python-distutils-extra.inc
|
|
|
|
inherit setuptools3
|
|
|
|
S = "${WORKDIR}/python-distutils-extra-${PV}"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-setuptools \
|
|
"
|