diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:37 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
| commit | 306a5e7c43c00a46eb9a45bb83e1f99d3b6a4288 (patch) | |
| tree | 0ab4ee49acf746ce01ba22e5fd9b1ca0aa80d297 /meta-openstack/recipes-devtools/python/python-oslo.policy_0.3.2.bb | |
| parent | aeadd2779cc475a2dc74bd555a69703908370445 (diff) | |
| download | meta-cloud-services-306a5e7c43c00a46eb9a45bb83e1f99d3b6a4288.tar.gz | |
python-oslo.policy: add new recipe
A backport of commit ee0bfb3210d4fecd7d16e9b1c730b13dfd600914
Openstack Kilo requires oslo.policy>=0.3.1,<0.4.0, and that
commit introduced 0.4.0, so we had to downgrade the version.
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.policy_0.3.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.policy_0.3.2.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_0.3.2.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_0.3.2.bb new file mode 100644 index 0000000..18f2ed9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_0.3.2.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | SUMMARY = "Oslo Policy library" | ||
| 2 | DESCRIPTION = "The Oslo Policy library provides support for RBAC policy enforcement across all OpenStack services." | ||
| 3 | HOMEPAGE = "https://pypi.python.org/pypi/oslo.policy" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "Apache-2" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 7 | |||
| 8 | |||
| 9 | SRCNAME = "oslo.policy" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "1612940bb7a6db558563fd5450b75f7e" | ||
| 13 | SRC_URI[sha256sum] = "e69a5c559f95bcbf91eb0ea9f16aa65f0fe5fccc7fa03693d4cc991b76e969a6" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += " \ | ||
| 25 | python-oslo.config \ | ||
| 26 | python-oslo.i18n \ | ||
| 27 | python-oslo.serialization \ | ||
| 28 | python-pbr \ | ||
| 29 | " | ||
