mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-06 05:40:29 +00:00
Remove assignments to PYPI_PACKAGE where the value is the default value, that is the recipe name with any python3- prefix removed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
14 lines
341 B
BlitzBasic
14 lines
341 B
BlitzBasic
DESCRIPTION = "Easily create navigation for Flask applications."
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2729ee82259d601d90d28b0574d12416"
|
|
|
|
SRC_URI[sha256sum] = "44e40b755380a1e68ab521a2f9174de259a2c94ddcdaabf36b3aca2e110a33f4"
|
|
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-blinker \
|
|
python3-flask \
|
|
"
|