blob: 580842d0d666ce789e000ee221a3d668b0c1660e [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001require python-distutils-extra.inc
2
3inherit setuptools3
4
5S = "${WORKDIR}/python-distutils-extra-${PV}"
6
Patrick Williams213cb262021-08-07 19:21:33 -05007RDEPENDS:${PN} = "\
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008 python3-setuptools \
9"