python3-tinycss2: Fix build in latest oe

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-09-13 00:13:47 +02:00
parent 4d2a1ffc80
commit 64de03f29d

View File

@@ -3,12 +3,12 @@ HOMEPAGE = "https://www.courtbouillon.org/tinycss2"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1d072d7e30e34f33f8ae956ada04fa2c" LIC_FILES_CHKSUM = "file://LICENSE;md5=1d072d7e30e34f33f8ae956ada04fa2c"
inherit pypi python_setuptools_build_meta DEPENDS = "python3-webencodings-native"
#DEPENDS += "${PYTHON_PN}-six-native" inherit python_setuptools_build_meta pypi
SRC_URI[sha256sum] = "b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf" SRC_URI[sha256sum] = "b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf"
RDEPENDS:${PN} += " \ RDEPENDS:${PN} += " \
${PYTHON_PN}-webencodings \ python3-webencodings \
" "