mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
dnf: move the entire dnf/rpm4 stack to Python 3
[YOCTO #11180] (From OE-Core rev: bedcdc4cf921b70a8cfb16c6684668d0ac9e1942) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3d29214b20
commit
8c1c392ca3
19
meta/recipes-devtools/python/python3-iniparse_0.4.bb
Normal file
19
meta/recipes-devtools/python/python3-iniparse_0.4.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Accessing and Modifying INI files"
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/iniparse/"
|
||||
LICENSE = "MIT & PSF"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE-PSF;md5=1c78a5bb3584b353496d5f6f34edb4b2 \
|
||||
file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54"
|
||||
|
||||
SRC_URI = "https://files.pythonhosted.org/packages/source/i/iniparse/iniparse-${PV}.tar.gz \
|
||||
file://0001-Add-python-3-compatibility.patch "
|
||||
SRC_URI[md5sum] = "5e573e9e9733d97623881ce9bbe5eca6"
|
||||
SRC_URI[sha256sum] = "abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054"
|
||||
|
||||
inherit distutils3
|
||||
|
||||
RDEPENDS_${PN} += "python3-core python3-six"
|
||||
DEPENDS += "python3-six"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
S = "${WORKDIR}/iniparse-${PV}"
|
||||
Reference in New Issue
Block a user