aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-flask-navigation_0.2.0.bb
blob: 33a635ec0c9fa2da3b25864ab6b030e1216208f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "The navigation of Flask application."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=af2ec695dc1f3eb7bd74f79a68a0d789"

SRC_URI[md5sum] = "d1075ee02a3f69da37e5cadad3395f31"
SRC_URI[sha256sum] = "c42d30efa989ca877444a410e8a1cd2563546f9effe3d9fe388eedf7a6c69285"

PYPI_PACKAGE = "Flask-Navigation"

inherit pypi setuptools

RDEPENDS_${PN} += "\
    ${PYTHON_PN}-blinker \
    ${PYTHON_PN}-flask \
    "

PNBLACKLIST[python-flask-navigation] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}"