diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-03-25 14:59:59 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 18:32:07 -0700 |
commit | 37e9b17b1e1655b743d42c5f0a574dde08853b20 (patch) | |
tree | 1d23e6e143366e83204d509e01397859c744a92d /meta-python/recipes-devtools/python/python3-tox_4.24.2.bb | |
parent | b5e0a0a0a6c8d5b904742cc3f324e03776809645 (diff) | |
download | meta-openembedded-37e9b17b1e1655b743d42c5f0a574dde08853b20.tar.gz |
Use https:// in HOMEPAGE variable instead of http://
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tox_4.24.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-tox_4.24.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tox_4.24.2.bb b/meta-python/recipes-devtools/python/python3-tox_4.24.2.bb index 5c3f2dcaa3..2b7d8d896d 100644 --- a/meta-python/recipes-devtools/python/python3-tox_4.24.2.bb +++ b/meta-python/recipes-devtools/python/python3-tox_4.24.2.bb | |||
@@ -2,7 +2,7 @@ | |||
2 | # Copyright (C) 2023 iris-GmbH infrared & intelligent sensors | 2 | # Copyright (C) 2023 iris-GmbH infrared & intelligent sensors |
3 | 3 | ||
4 | SUMMARY = "Automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software (alongside pytest and devpi)." | 4 | SUMMARY = "Automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software (alongside pytest and devpi)." |
5 | HOMEPAGE = "http://tox.readthedocs.org/" | 5 | HOMEPAGE = "https://tox.readthedocs.org/" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" |
8 | 8 | ||