aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
blob: e8c0fb4fb1e6d2ee71ccb6b5dcc25dc53bfbebbc (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
DESCRIPTION = "An unladen web framework for building APIs and app backends."
HOMEPAGE = "http://projects.unbit.it/uwsgi/"
SECTION = "net"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=33ab1ce13e2312dddfad07f97f66321f"

PR = "r0"

SRCNAME = "uwsgi"
SRC_URI = "git://github.com/unbit/uwsgi.git;branch=master \
"

SRCREV="7604c6701809602804e3961f7fdb201049b8c993"
PV="2.0.4+git${SRCPV}"
S = "${WORKDIR}/git"

inherit setuptools

DEPENDS += " \
        e2fsprogs \
        python-pip \
        python-six \
        "

# RDEPENDS_default: 
RDEPENDS_${PN} += " \
        "