mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
python-feedparser: Changed from distutils to setuptools
This package uses setuptools not distutils. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
f9f1a63e03
commit
11e767eeea
@@ -10,5 +10,5 @@ SRC_URI[sha256sum] = "7f6507d400d07edfd1ea8205da36808009b0c539f5b8a6e0ab54337b95
|
|||||||
|
|
||||||
S = "${WORKDIR}/feedparser-${PV}"
|
S = "${WORKDIR}/feedparser-${PV}"
|
||||||
|
|
||||||
inherit distutils
|
inherit setuptools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user