summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-22 11:16:55 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-25 15:07:50 +0000
commit390f3e6a32f50afbb300728e32fa15b4ef2b1890 (patch)
tree6b2af26c7b1c6771fa395cd387f346a6109f04e8 /meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb
parent9348370e5a7b10dc13458874682ae3589e1c3748 (diff)
downloadpoky-390f3e6a32f50afbb300728e32fa15b4ef2b1890.tar.gz
python3-dbusmock: set PIP_INSTALL_PACKAGE
The name of the wheel as built by bdist_wheel is "python_dbusmock", set PIP_INSTALL_PACKAGE appropriately. [YOCTO #14638] (From OE-Core rev: e2727e2b42f7f0df3fa06334085479fa9663c452) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb
index 8d97f0d360..3a9cdda5f6 100644
--- a/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
7SRC_URI[sha256sum] = "6f4ce7650ecbb022684dc158df720e199635f3a3df75f7020f4fe8f6ff0394db" 7SRC_URI[sha256sum] = "6f4ce7650ecbb022684dc158df720e199635f3a3df75f7020f4fe8f6ff0394db"
8 8
9PYPI_PACKAGE = "python-dbusmock" 9PYPI_PACKAGE = "python-dbusmock"
10PIP_INSTALL_PACKAGE = "python_dbusmock"
10 11
11inherit pypi setuptools3 12inherit pypi setuptools3
12 13