diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.service_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.service_git.bb | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb deleted file mode 100644 index 392270d..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | DESCRIPTION = "oslo.service library" | ||
| 2 | HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | PV = "1.25.0" | ||
| 8 | SRCREV = "0020bef6a503905aca5cdb70aee54e1c5f2ff472" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.service" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS_${PN} += " \ | ||
| 28 | python-pbr \ | ||
| 29 | python-webob \ | ||
| 30 | python-eventlet \ | ||
| 31 | python-greenlet \ | ||
| 32 | python-monotonic \ | ||
| 33 | python-oslo.utils \ | ||
| 34 | python-oslo.concurrency \ | ||
| 35 | python-oslo.config \ | ||
| 36 | python-oslo.log \ | ||
| 37 | python-six \ | ||
| 38 | python-oslo.i18n \ | ||
| 39 | python-pastedeploy \ | ||
| 40 | python-paste \ | ||
| 41 | python-routes \ | ||
| 42 | " | ||
| 43 | |||
