]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-psutil/python3-bcrypt: Add missing HOMEPAGE
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 Mar 2022 16:49:38 +0000 (16:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Mar 2022 08:40:11 +0000 (08:40 +0000)
Add missing HOMEPAGE entries to the two recipes imported from meta-oe to fix
selftest failures.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-bcrypt_3.2.0.bb
meta/recipes-devtools/python/python3-psutil_5.9.0.bb

index 92a6a0d8c5fec3ab0bc226523d8de4c21b97981b..731aff299ba872ede7a58de351453adce64cc80d 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "Modern password hashing for your software and your servers."
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c"
+HOMEPAGE = "https://pypi.org/project/bcrypt/"
 
 DEPENDS += "${PYTHON_PN}-cffi-native"
 
index 3df0e5d003ed3f4716bc65c53495857c949b942f..df304f01e6955f342536016c32ad9a39e14bbdba 100644 (file)
@@ -1,6 +1,7 @@
 SUMMARY = "A cross-platform process and system utilities module for Python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b"
+HOMEPAGE = "https://pypi.org/project/psutil/"
 
 SRC_URI[sha256sum] = "869842dbd66bb80c3217158e629d6fceaecc3a3166d3d1faee515b05dd26ca25"