summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.23.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.i18n_3.23.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.i18n_3.23.1.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.23.1.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.23.1.bb
deleted file mode 100644
index 1dedfa2..0000000
--- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.23.1.bb
+++ /dev/null
@@ -1,33 +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
7SRCREV = "20bbee510b9714075b7f48f7c3968d7e2bd21a8a"
8
9SRCNAME = "oslo.i18n"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master"
11
12S = "${WORKDIR}/git"
13
14inherit setuptools3
15
16# DEPENDS_default: python-pip
17
18DEPENDS += " \
19 python-pip \
20 python-pbr \
21 "
22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
27
28# RDEPENDS_default:
29RDEPENDS_${PN} += " \
30 python-babel \
31 python-pbr \
32 python-six \
33 "