diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-soupsieve_2.3.bb (renamed from meta-python/recipes-devtools/python/python3-soupsieve_2.2.1.bb) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.2.1.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.3.bb index a656af6246..3e0e6f0ee1 100644 --- a/meta-python/recipes-devtools/python/python3-soupsieve_2.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.3.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/facelessuser/soupsieve" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=33c3a77def9b3ad83e01c65bdcc1af67" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=33c3a77def9b3ad83e01c65bdcc1af67" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "052774848f448cf19c7e959adf5566904d525f33a3f8b6ba6f6f8f26ec7de0cc" | 7 | SRC_URI[sha256sum] = "e4860f889dfa88774c07da0b276b70c073b6470fa1a4a8350800bb7bce3dcc76" |
8 | 8 | ||
9 | inherit pypi setuptools3 ptest | 9 | inherit pypi setuptools3 ptest |
10 | 10 | ||
@@ -12,6 +12,10 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS:${PN} += "\ | ||
16 | ${PYTHON_PN}-beautifulsoup4 \ | ||
17 | " | ||
18 | |||
15 | RDEPENDS:${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
17 | ${PYTHON_PN}-beautifulsoup4 \ | 21 | ${PYTHON_PN}-beautifulsoup4 \ |