summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb')
-rw-r--r--meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb11
1 files changed, 10 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb
index bf0df021a4..96dba96123 100644
--- a/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb
+++ b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb
@@ -9,8 +9,17 @@ inherit setuptools3
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=rhel9-branch" 12SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=rhel9-branch \
13 file://0001-setup.py-switch-from-distutils-to-setuptools.patch \
14 "
13SRCREV = "c321ce22950aff76611a3c6beffa02b5ea3adbed" 15SRCREV = "c321ce22950aff76611a3c6beffa02b5ea3adbed"
14 16
17PIP_INSTALL_PACKAGE = "python_meh"
18
19do_install:append () {
20 install -d ${D}/${datadir}/python-meh
21 mv ${D}${PYTHON_SITEPACKAGES_DIR}${datadir}/python-meh/* ${D}/${datadir}/python-meh/
22}
23
15FILES:${PN} += "${datadir}/*" 24FILES:${PN} += "${datadir}/*"
16 25