aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python3-distutils-extra.bb
blob: 5836b090e03cf7ded87af0d4b97a6fe98e9d278f (plain)
1
2
3
4
5
6
7
8
9
require python-distutils-extra.inc

inherit setuptools3

S = "${WORKDIR}/python-distutils-extra-${PV}"

RDEPENDS_${PN} = "\
    python3-setuptools \
"