SUMMARY = "Alternative regular expression module, to replace re." | |
HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src" | |
LICENSE = "Apache-2.0" | |
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069" | |
inherit pypi setuptools3 | |
SRC_URI[sha256sum] = "a3a98921da9a1bf8457aeee6a551948a83601689e5ecdd736894ea9bbec77e83" | |
RDEPENDS:${PN} += " \ | |
python3-stringold \ | |
" | |
BBCLASSEXTEND = "native nativesdk" |