mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-24 11:40:17 +00:00
meta-python: remove redundant PYPI_PACKAGE assignments
Remove assignments to PYPI_PACKAGE where the value is the default value, that is the recipe name with any python3- prefix removed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -4,7 +4,6 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1d4a9b1f6b84bedf7a38843931e0dd57"
|
||||
|
||||
inherit pypi setuptools3
|
||||
PYPI_PACKAGE = "icontract"
|
||||
SRC_URI[sha256sum] = "df37a43d86d532407bc6b84dea29dd9f7ece794b73211769fa8a33a76b8ed145"
|
||||
|
||||
RDEPENDS:${PN} += "python3-asttokens"
|
||||
|
||||
Reference in New Issue
Block a user