17 lines
506 B
BlitzBasic
17 lines
506 B
BlitzBasic
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
|
|
# Release under the MIT license (see COPYING.MIT for the terms)
|
|
SECTION = "devel/python"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=9166295d7c482b9440bbb2b5c0fa43ac"
|
|
LICENSE = "MIT"
|
|
|
|
DEPENDS += "python3-setuptools-scm-native"
|
|
RDEPENDS:${PN} = " \
|
|
python3-flask \
|
|
python3-pyjwt \
|
|
"
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "Flask-JWT-Extended"
|
|
|
|
SRC_URI[sha256sum] = "62b521d75494c290a646ae8acc77123721e4364790f1e64af0038d823961fbf0"
|