blob: e24f3222f783c2b49da8ec381908ed97c35d575d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "QR Code and Micro QR Code generator for Python 2 and Python 3"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8e8db3765a57bcb968140e0a353c1a35"
SRC_URI[sha256sum] = "983424b296e62189d70fc73460cd946cf56dcbe82b9bda18c066fc1b24371cdc"
inherit pypi python_setuptools_build_meta
DEPENDS += " \
python3-setuptools-scm-native \
"
|