aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django-babel_git.bb
blob: 1ae5c7c16200b7f7af5cc744be0f31ba862e68a9 (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 = "Tools for using Babel with Django"
HOMEPAGE = "https://github.com/python-babel/django-babel"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=5ae97ab65116b8d7890c59de57577b46"

SRCNAME = "django-babel"

PV = "0.5.1+git${SRCPV}"
SRCREV = "88b389381c0e269605311ae07029555b65a86bc5"

SRC_URI = "git://github.com/python-babel/${SRCNAME}.git \
          "

S = "${WORKDIR}/git"

inherit setuptools

DEPENDS += " \
        python-pip \
        "

RDEPENDS_${PN} += " \
        python-django \
        python-babel \
        "