Message ID | 20220317115700.993924-24-richard.purdie@linuxfoundation.org |
---|---|
State | Accepted, archived |
Commit | 333af4b995f62406898e7efcebd5e846cdc449f6 |
Headers | show |
Series | Add support for sphinx documentation generation | expand |
diff --git a/meta/recipes-devtools/python/python3-chardet_4.0.0.bb b/meta/recipes-devtools/python/python3-chardet_4.0.0.bb index 75fe4df8d77..f53bdc974ad 100644 --- a/meta/recipes-devtools/python/python3-chardet_4.0.0.bb +++ b/meta/recipes-devtools/python/python3-chardet_4.0.0.bb @@ -1,4 +1,5 @@ SUMMARY = "Universal encoding detector for Python 2 and 3" +HOMEPAGE = "https://pypi.org/project/chardet/" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343" diff --git a/meta/recipes-devtools/python/python3-pytest-runner_5.3.1.bb b/meta/recipes-devtools/python/python3-pytest-runner_5.3.1.bb index fed2d91140f..0748886609d 100644 --- a/meta/recipes-devtools/python/python3-pytest-runner_5.3.1.bb +++ b/meta/recipes-devtools/python/python3-pytest-runner_5.3.1.bb @@ -1,4 +1,5 @@ SUMMARY = "Invoke py.test as distutils command with dependency resolution" +HOMEPAGE = "https://pypi.org/project/pytest-runner/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/recipes-devtools/python/python3-chardet_4.0.0.bb | 1 + meta/recipes-devtools/python/python3-pytest-runner_5.3.1.bb | 1 + 2 files changed, 2 insertions(+)