summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.i18n.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.i18n.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.i18n.inc32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n.inc b/meta-openstack/recipes-devtools/python/python-oslo.i18n.inc
deleted file mode 100644
index 3c0e74c..0000000
--- a/meta-openstack/recipes-devtools/python/python-oslo.i18n.inc
+++ /dev/null
@@ -1,32 +0,0 @@
1DESCRIPTION = "oslo.i18n library"
2HOMEPAGE = "http://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7PV = "3.17.0+git${SRCPV}"
8SRCREV = "f2729cd36f8694a6ec53a0e700599ddf4427440d"
9
10SRCNAME = "oslo.i18n"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
12
13S = "${WORKDIR}/git"
14
15# DEPENDS_default: python-pip
16
17DEPENDS += " \
18 ${PYTHON_PN}-pip \
19 ${PYTHON_PN}-pbr \
20 "
21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 ${PYTHON_PN}-pbr-native \
25 "
26
27# RDEPENDS_default:
28RDEPENDS_${PN} += " \
29 ${PYTHON_PN}-babel \
30 ${PYTHON_PN}-pbr \
31 ${PYTHON_PN}-six \
32 "