diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb')
| -rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb index 85e05ad97b..8de764a7b6 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb @@ -8,7 +8,8 @@ SRC_URI[sha256sum] = "f5013484eaf7a20eb22d1821aaefe60b50cc329722372b5f8565d46d4a inherit pypi setuptools3 -PYPI_PACKAGE="Wand" +PYPI_PACKAGE = "Wand" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" FILES:${PN}-doc += "${datadir}/README.rst" |
