summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-routes.inc
blob: 834960ea758e3f9cf5af929cbdf41efcd224bc88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DESCRIPTION = "Routing Recognition and Generation Tools"
HOMEPAGE = "http://python-requests.org"
AUTHOR = "Ben Bangert"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=90976c1a0e3029278f882cfe2e84a6ae"

RDEPENDS_${PN} += " \
    ${PYTHON_PN}-six \
    ${PYTHON_PN}-repoze-lru \
"

RDEPENDS_${PN} += " \
    ${PYTHON_PN}-webob \
"

RPROVIDES_${PN} += "routes"
RREPLACES_${PN} += "routes"
RCONFLICTS_${PN} += "routes"

PR = "r2"

SRC_URI = "git://github.com/bbangert/routes.git"
SRCREV = "0900d346e5569018644dcee850d679de3c915efb"

S = "${WORKDIR}/git"

BBCLASSEXTEND = "native nativesdk"