summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb b/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb
index 5ac7786ad3..b9c62ced78 100644
--- a/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb
@@ -10,6 +10,8 @@ SRC_URI[sha256sum] = "3ad0f40a696763bb0f4d4dec5b51f6b53ccfeb7c16ebb5897349303045
10SRC_URI += "file://0001-cli-drop-the-second-argument-from-click.argument-dec.patch" 10SRC_URI += "file://0001-cli-drop-the-second-argument-from-click.argument-dec.patch"
11 11
12PYPI_PACKAGE = "wpa_supplicant" 12PYPI_PACKAGE = "wpa_supplicant"
13UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/wpa_supplicant"
14UPSTREAM_CHECK_REGEX = "/wpa_supplicant/(?P<pver>(\d+[\.\-_]*)+)"
13 15
14inherit pypi setuptools3 16inherit pypi setuptools3
15 17