diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-29 09:47:01 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-29 09:47:01 -0400 |
| commit | 6fbb59a85e7e495eaee7fd580dcdac2ecedcf790 (patch) | |
| tree | 0fbb2a1b950751a42d8af7d641b5604049048d1d /meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | |
| parent | c80f2247f8227f180a11fb560a825a55991fc7de (diff) | |
| download | meta-cloud-services-6fbb59a85e7e495eaee7fd580dcdac2ecedcf790.tar.gz | |
support packages: uprev to juno 2014.2-b2 versions
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb new file mode 100644 index 0000000..557c107 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "Oslo utils" | ||
| 2 | HOMEPAGE = "https://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.utils" | ||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | ||
| 11 | |||
| 12 | PV = "0.2.0" | ||
| 13 | SRCREV = "118f7ea84a476604f2498fc4d28c9c2b266c717a" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | # DEPENDS_default: python-pip | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # RDEPENDS_default: | ||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | " | ||
