diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-03-05 16:02:55 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-08 07:29:53 -0800 |
commit | 68f90f0680c03ff94dce967cb10496841f2a4c92 (patch) | |
tree | 61e4d7021757e31348fb0261a381e2e669cb239b /meta-python/recipes-devtools/python | |
parent | 30335523547f262e550783ed699c273c916ec2d7 (diff) | |
download | meta-openembedded-68f90f0680c03ff94dce967cb10496841f2a4c92.tar.gz |
python3-pep8: Fix HOMEPAGE
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb index 8291281cab..e8587c8325 100644 --- a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Python style guide checker" | 1 | DESCRIPTION = "Python style guide checker" |
2 | HOMEPAGE = "https://github.com/dreamhost/cliff" | 2 | HOMEPAGE = "https://github.com/PyCQA/pycodestyle" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e" | 5 | LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e" |