diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-02-25 20:17:57 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-28 08:32:19 -0800 |
commit | 54ed60507bca412f2176004defa5cbf644381b1f (patch) | |
tree | 4aefd1d0a1d324256c879c72555eb7081cec9916 /meta-python | |
parent | 4ee3cc1ac5368443e161b9e356730707d948b08a (diff) | |
download | meta-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.bb | 2 |
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" | |||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | inherit setuptools3 | 13 | inherit setuptools3 |
14 | |||
15 | PIP_INSTALL_PACKAGE = "monotonic" | ||