diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb (renamed from meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb) | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb index d26a13dfbd..6572a68459 100644 --- a/meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb | |||
@@ -2,15 +2,20 @@ SUMMARY = "CSS selector library for python-beautifulsoup4" | |||
2 | HOMEPAGE = "https://github.com/facelessuser/soupsieve" | 2 | HOMEPAGE = "https://github.com/facelessuser/soupsieve" |
3 | 3 | ||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=520586fa71ed2cbda50b4a8c89621e09" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1bdfa4c8e8b6830bcf8e78cba1669e4d" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690" | 7 | SRC_URI[sha256sum] = "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" |
8 | 8 | ||
9 | inherit pypi python_hatchling python_setuptools_build_meta ptest | 9 | inherit pypi python_hatchling python_setuptools_build_meta ptest |
10 | 10 | ||
11 | SRC_URI += " \ | 11 | SRC_URI += " \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | RDEPENDS:${PN} += " \ | ||
15 | python3-core \ | ||
16 | python3-datetime \ | ||
17 | python3-beautifulsoup4 \ | ||
18 | " | ||
14 | 19 | ||
15 | RDEPENDS:${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
16 | python3-beautifulsoup4 \ | 21 | python3-beautifulsoup4 \ |