From: Mark Asselstine <[email protected]> This package provides tools for using Babel with Django.
This package is required by horizon. Signed-off-by: Mark Asselstine <[email protected]> --- .../python/python-django-babel_git.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-django-babel_git.bb diff --git a/meta-openstack/recipes-devtools/python/python-django-babel_git.bb b/meta-openstack/recipes-devtools/python/python-django-babel_git.bb new file mode 100644 index 0000000..a23170b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-django-babel_git.bb @@ -0,0 +1,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.4.0+git${SRCPV}" +SRCREV = "37f2919bfc58215ab4f26d386a4e65670e3297b9" + +SRC_URI = "git://github.com/python-babel/${SRCNAME}.git \ + " + +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + python-django \ + python-nose \ + " + -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
