diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-os-traits_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-os-traits_git.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-traits_git.bb b/meta-openstack/recipes-devtools/python/python-os-traits_git.bb deleted file mode 100644 index 70b7b69..0000000 --- a/meta-openstack/recipes-devtools/python/python-os-traits_git.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | DESCRIPTION = "OpenStack library containing standardized trait strings." | ||
| 2 | HOMEPAGE = "https://github.com/openstack/os-traits" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | git://github.com/openstack/os-traits.git;branch=stable/pike \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV = "0.3.3+git${SRCPV}" | ||
| 12 | SRCREV = "3e8b4a77aaf2d8b64f89ba3b479113d0b44bbe2f" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pbr \ | ||
| 19 | " | ||
| 20 | |||
| 21 | # Satisfy setup.py 'setup_requires' | ||
| 22 | DEPENDS += " \ | ||
| 23 | python-pbr-native \ | ||
| 24 | " | ||
| 25 | |||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | python-pbr \ | ||
| 28 | python-six \ | ||
| 29 | " | ||
