remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH

All downloaded files and sstates for the recipes were cleaned, build was got from stratch and no errors were encoutered.

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
alperak
2024-03-08 18:21:07 +03:00
committed by Khem Raj
parent 2da0ae3cb2
commit fdfd510992
26 changed files with 0 additions and 47 deletions
@@ -13,8 +13,6 @@ S = "${WORKDIR}/git"
inherit features_check setuptools3
REQUIRED_DISTRO_FEATURES = "x11 systemd gobject-introspection-data"
PIP_INSTALL_PACKAGE = "blivet_gui"
RDEPENDS:${PN} = "python3-pygobject python3 \
python3-blivet gtk+3 \
python3-pid libreport \
@@ -18,8 +18,6 @@ RDEPENDS:${PN} = "python3-json"
inherit setuptools3
PIP_INSTALL_PACKAGE = "python_cson"
do_configure:prepend() {
echo "__version__=${PV}" > ${S}/version.py
}
@@ -23,5 +23,3 @@ SRCREV = "fa6c80c0e5c6bee29d089899a10d26e6f7f8afd8"
UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)"
inherit setuptools3
PIP_INSTALL_PACKAGE = "pykickstart"
PIP_INSTALL_DIST_PATH = "${S}/dist"