mirror of
https://github.com/schnitzeltony/meta-gnome-forks.git
synced 2026-01-29 17:08:42 +01:00
python3-tinycss2: initial add 1.1.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
14
recipes-python/python3-tinycss2_1.1.1.bb
Normal file
14
recipes-python/python3-tinycss2_1.1.1.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "A tiny CSS parser"
|
||||
HOMEPAGE = "https://www.courtbouillon.org/tinycss2"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1d072d7e30e34f33f8ae956ada04fa2c"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
#DEPENDS += "${PYTHON_PN}-six-native"
|
||||
|
||||
SRC_URI[sha256sum] = "b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-webencodings \
|
||||
"
|
||||
Reference in New Issue
Block a user