summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-25 20:17:57 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-28 08:32:19 -0800
commit54ed60507bca412f2176004defa5cbf644381b1f (patch)
tree4aefd1d0a1d324256c879c72555eb7081cec9916 /meta-python
parent4ee3cc1ac5368443e161b9e356730707d948b08a (diff)
downloadmeta-openembedded-54ed60507bca412f2176004defa5cbf644381b1f.tar.gz
python3-monotonic: fix wheel build
Recipe does not inherit pypi nor would PN be a good guess for the wheel name so set PIP_INSTALL_PACKAGE appropriately. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-monotonic_1.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb b/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb
index aacc32a6d..2af7b5792 100644
--- a/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb
+++ b/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb
@@ -11,3 +11,5 @@ SRC_URI = "git://github.com/atdt/monotonic.git;branch=master;protocol=https"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13inherit setuptools3 13inherit setuptools3
14
15PIP_INSTALL_PACKAGE = "monotonic"