mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-06 05:40:29 +00:00
Both python3-pillow and python3-pypng are optional, make them
PACKAGECONFIG entries and enable both so that the default stays the
same. Drop python3-six which was removed in 4d80a78 ("Remove six").
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
17 lines
443 B
BlitzBasic
17 lines
443 B
BlitzBasic
SUMMARY = "QR Code image generator"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9"
|
|
|
|
SRC_URI[sha256sum] = "35c3f2a4172b33136ab9f6b3ef1c00260dd2f66f858f24d88418a015f446506c"
|
|
|
|
inherit pypi python_poetry_core
|
|
|
|
PACKAGECONFIG ?= "pillow png"
|
|
PACKAGECONFIG[pillow] = ",,,python3-pillow"
|
|
PACKAGECONFIG[png] = ",,,python3-pypng"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
python3-typing-extensions \
|
|
"
|