diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-babel_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-babel_git.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-babel_git.bb b/meta-openstack/recipes-devtools/python/python-django-babel_git.bb deleted file mode 100644 index 3f4f9e3..0000000 --- a/meta-openstack/recipes-devtools/python/python-django-babel_git.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | DESCRIPTION = "Tools for using Babel with Django" | ||
| 2 | HOMEPAGE = "https://github.com/python-babel/django-babel" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ae97ab65116b8d7890c59de57577b46" | ||
| 6 | |||
| 7 | SRCNAME = "django-babel" | ||
| 8 | |||
| 9 | PV = "0.5.1+git${SRCPV}" | ||
| 10 | SRCREV = "88b389381c0e269605311ae07029555b65a86bc5" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/python-babel/${SRCNAME}.git \ | ||
| 13 | " | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools3 | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS_${PN} += " \ | ||
| 24 | python-django \ | ||
| 25 | python-babel \ | ||
| 26 | " | ||
| 27 | |||
