diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb b/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb deleted file mode 100644 index c207523..0000000 --- a/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | DESCRIPTION = "Simple library for parsing OpenStack microversion headers." | ||
| 2 | HOMEPAGE = "https://github.com/openstack/microversion-parse" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | git://github.com/openstack/microversion-parse.git;branch=master \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV = "0.1.4+git${SRCPV}" | ||
| 12 | SRCREV = "1f6eac7c3df048679663919f75c2bcecd3e183a2" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # Satisfy setup.py 'setup_requires' | ||
| 21 | DEPENDS += " \ | ||
| 22 | python-pbr-native \ | ||
| 23 | " | ||
| 24 | |||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | " | ||
| 27 | |||
