diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb | 2 |
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 | |||
10 | SRC_URI += "file://0001-cli-drop-the-second-argument-from-click.argument-dec.patch" | 10 | SRC_URI += "file://0001-cli-drop-the-second-argument-from-click.argument-dec.patch" |
11 | 11 | ||
12 | PYPI_PACKAGE = "wpa_supplicant" | 12 | PYPI_PACKAGE = "wpa_supplicant" |
13 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/wpa_supplicant" | ||
14 | UPSTREAM_CHECK_REGEX = "/wpa_supplicant/(?P<pver>(\d+[\.\-_]*)+)" | ||
13 | 15 | ||
14 | inherit pypi setuptools3 | 16 | inherit pypi setuptools3 |
15 | 17 | ||