aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb
blob: 80c54054f3d0dc0ce70eb58b4090356f75d8c30c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"

inherit setuptools3 pypi

SRC_URI[md5sum] = "a5483952426d1cd749e7204902b34d63"
SRC_URI[sha256sum] = "1e621b198e1f98ae4f93e43463cf78cbedbace475eb6e0853ba1e2567f3b8119"

DEPENDS += " \
        python3-pip \
        "

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