mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
500 B
BlitzBasic
16 lines
500 B
BlitzBasic
SUMMARY = "Simple framework for creating REST APIs"
|
|
DESCRIPTION = "\
|
|
Flask-RESTful is an extension for Flask that adds support for quickly building \
|
|
REST APIs"
|
|
HOMEPAGE = "https://github.com/flask-restful/flask-restful"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=685bb55ed99a366bb431995f5eef2783"
|
|
|
|
SRC_URI[sha256sum] = "fe4af2ef0027df8f9b4f797aba20c5566801b6ade995ac63b588abf1a59cec37"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "Flask-RESTful"
|
|
|
|
RDEPENDS:${PN} = "python3-flask"
|