aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python3-distutils-extra.bb
blob: 580842d0d666ce789e000ee221a3d668b0c1660e (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 \
"