16 lines
488 B
BlitzBasic
16 lines
488 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.md;md5=7700a874b500cc9168a0334060b17e3d"
|
|
LICENSE = "BSD-2-Clause"
|
|
|
|
DEPENDS += "python3-setuptools-scm-native"
|
|
RDEPENDS:${PN} = " \
|
|
python3-flask \
|
|
"
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "Flask-API"
|
|
|
|
SRC_URI[sha256sum] = "331889500433b0a5e71ae7910a00ee577c8999baba03ca685b3558ee93031cce"
|