diff --git a/recipes-devtools/python/python-brotli_git.bb b/recipes-devtools/python/python-brotli_git.bb index 98793c8..01db49c 100644 --- a/recipes-devtools/python/python-brotli_git.bb +++ b/recipes-devtools/python/python-brotli_git.bb @@ -10,7 +10,7 @@ SRC_URI = " \ git://github.com/google/brotli.git;protocol=https;branch=master \ " -PYPA_WHEEL = "${S}/dist/Brotli-*-*-*.whl" +PYPA_WHEEL = "${S}/dist/Brotli*.whl" PV = "1.0.9" SRCREV = "e61745a6b7add50d380cfd7d3883dd6c62fc2c71" diff --git a/recipes-devtools/python/python-xlib.bb b/recipes-devtools/python/python-xlib_git.bb similarity index 99% rename from recipes-devtools/python/python-xlib.bb rename to recipes-devtools/python/python-xlib_git.bb index cd60976..f795c20 100644 --- a/recipes-devtools/python/python-xlib.bb +++ b/recipes-devtools/python/python-xlib_git.bb @@ -11,6 +11,7 @@ DEPENDS = " \ python3-setuptools-scm-native \ " + RDEPENDS:${PN} = " \ python3 \ python3-six \ diff --git a/recipes-devtools/python/python3-geopy.bb b/recipes-devtools/python/python3-geopy_git.bb similarity index 91% rename from recipes-devtools/python/python3-geopy.bb rename to recipes-devtools/python/python3-geopy_git.bb index bb4b5de..272c4af 100644 --- a/recipes-devtools/python/python3-geopy.bb +++ b/recipes-devtools/python/python3-geopy_git.bb @@ -10,6 +10,8 @@ RDEPENDS:${PN} = " \ python3 \ " +PYPA_WHEEL = "${S}/dist/geopy*.whl" + inherit setuptools3 S = "${WORKDIR}/git" diff --git a/recipes-gtk/nwg-shell/azote_git.bb b/recipes-gtk/nwg-shell/azote_git.bb index 78b2772..8d769b0 100644 --- a/recipes-gtk/nwg-shell/azote_git.bb +++ b/recipes-gtk/nwg-shell/azote_git.bb @@ -22,7 +22,7 @@ RDEPENDS:${PN} = " \ inherit setuptools3 -PYPA_WHEEL = "${S}/dist/azote-*-*.whl" +PYPA_WHEEL = "${S}/dist/azote*.whl" S = "${WORKDIR}/git" PV = "1.9.1" diff --git a/recipes-gtk/nwg-shell/nwg-wrapper_git.bb b/recipes-gtk/nwg-shell/nwg-wrapper_git.bb index a4b9882..4721d28 100644 --- a/recipes-gtk/nwg-shell/nwg-wrapper_git.bb +++ b/recipes-gtk/nwg-shell/nwg-wrapper_git.bb @@ -11,6 +11,8 @@ RDEPENDS:${PN} = "python3-pygobject" inherit setuptools3 gobject-introspection +PYPA_WHEEL = "${S}/dist/nwg_wrapper*.whl" + S = "${WORKDIR}/git" PV = "0.1.1" SRCREV = "9c1b0669dd894b6209a3130169956c755154b055"