diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.context_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb deleted file mode 100644 index 42f58ac..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | DESCRIPTION = "Oslo Context Library" | ||
| 2 | HOMEPAGE = "https://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "oslo.context" | ||
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 9 | |||
| 10 | PV = "2.17.0+git${SRCPV}" | ||
| 11 | SRCREV = "f4b6914db02e6bcf0de4a97bbc3dc85dd6e06d91" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit setuptools3 | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python-pip \ | ||
| 18 | python-pbr \ | ||
| 19 | " | ||
| 20 | |||
| 21 | # Satisfy setup.py 'setup_requires' | ||
| 22 | DEPENDS += " \ | ||
| 23 | python-pbr-native \ | ||
| 24 | " | ||
| 25 | |||
| 26 | # RDEPENDS_default: | ||
| 27 | RDEPENDS_${PN} += " \ | ||
| 28 | bash \ | ||
| 29 | python-pbr \ | ||
| 30 | python-debtcollector \ | ||
| 31 | python-positional \ | ||
| 32 | " | ||
