diff options
| -rw-r--r-- | meta/classes-recipe/pypi.bbclass | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/pypi.bbclass b/meta/classes-recipe/pypi.bbclass index eb30004a0f..1372d85e8d 100644 --- a/meta/classes-recipe/pypi.bbclass +++ b/meta/classes-recipe/pypi.bbclass  | |||
| @@ -51,7 +51,7 @@ UPSTREAM_CHECK_PYPI_PACKAGE ?= "${@pypi_normalize(d)}" | |||
| 51 | # https://packaging.python.org/en/latest/specifications/simple-repository-api/ | 51 | # https://packaging.python.org/en/latest/specifications/simple-repository-api/ | 
| 52 | # | 52 | # | 
| 53 | # NOTE: All URLs for the simple API MUST request canonical normalized URLs per the spec | 53 | # NOTE: All URLs for the simple API MUST request canonical normalized URLs per the spec | 
| 54 | UPSTREAM_CHECK_URI ?= "https://pypi.org/simple/${@pypi_normalize(d)}" | 54 | UPSTREAM_CHECK_URI ?= "https://pypi.org/simple/${@pypi_normalize(d)}/" | 
| 55 | UPSTREAM_CHECK_REGEX ?= "${UPSTREAM_CHECK_PYPI_PACKAGE}-(?P<pver>(\d+[\.\-_]*)+).(tar\.gz|tgz|zip|tar\.bz2)" | 55 | UPSTREAM_CHECK_REGEX ?= "${UPSTREAM_CHECK_PYPI_PACKAGE}-(?P<pver>(\d+[\.\-_]*)+).(tar\.gz|tgz|zip|tar\.bz2)" | 
| 56 | 56 | ||
| 57 | CVE_PRODUCT ?= "python:${PYPI_PACKAGE}" | 57 | CVE_PRODUCT ?= "python:${PYPI_PACKAGE}" | 
