diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-08 16:18:08 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-08 16:18:08 +0200 |
| commit | 0a1e531a7d19ed15f3b5f7e0162f7cc81dad74d4 (patch) | |
| tree | f3cfed9b4bb00d0fe48c1300d4c76127a5f241d0 /meta-openstack/recipes-devtools/python/python-os-vif_git.bb | |
| parent | fc54991d059cc438d8c43d06facfdc7740adc2b6 (diff) | |
| download | meta-cloud-services-0a1e531a7d19ed15f3b5f7e0162f7cc81dad74d4.tar.gz | |
python-os-vif: Add recipe
This is required by python-nova
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-os-vif_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-os-vif_git.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-vif_git.bb b/meta-openstack/recipes-devtools/python/python-os-vif_git.bb new file mode 100644 index 0000000..371f20e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-os-vif_git.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | DESCRIPTION = "A library for plugging and unplugging virtual interfaces in OpenStack" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/os-vif" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "os-vif" | ||
| 8 | SRC_URI = "\ | ||
| 9 | git://github.com/openstack/${SRCNAME}.git;branch=stable/newton \ | ||
| 10 | " | ||
| 11 | |||
| 12 | PV = "1.2.1+git${SRCPV}" | ||
| 13 | SRCREV = "ac8c8376249fde6a226f57c49c370d197602fb6a" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += " \ | ||
| 23 | python-netaddr \ | ||
| 24 | python-oslo.config \ | ||
| 25 | python-oslo.i18n \ | ||
| 26 | python-oslo.log \ | ||
| 27 | python-oslo.privsep \ | ||
| 28 | python-oslo.versionedobjects \ | ||
| 29 | python-pbr \ | ||
| 30 | python-six \ | ||
| 31 | python-stevedore \ | ||
| 32 | " | ||
