diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb b/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb index 503b79d667..331dc0355c 100644 --- a/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb | |||
@@ -6,10 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a61b9c5aec8796b64a6bf15d42605073" | |||
6 | SRC_URI[sha256sum] = "a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d92c6c7c" | 6 | SRC_URI[sha256sum] = "a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d92c6c7c" |
7 | 7 | ||
8 | PYPI_PACKAGE = "idna-ssl" | 8 | PYPI_PACKAGE = "idna-ssl" |
9 | inherit pypi setuptools3 | 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
10 | 10 | ||
11 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/idna_ssl/" | 11 | inherit pypi setuptools3 |
12 | UPSTREAM_CHECK_REGEX = "/idna_ssl/(?P<pver>(\d+[\.\-_]*)+)" | ||
13 | 12 | ||
14 | RDEPENDS:${PN} += " \ | 13 | RDEPENDS:${PN} += " \ |
15 | python3-idna \ | 14 | python3-idna \ |