diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-castellan_git.bb | 40 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-castellan_3.4.0.bb | 33 |
2 files changed, 33 insertions, 40 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-castellan_git.bb b/meta-openstack/recipes-devtools/python/python-castellan_git.bb deleted file mode 100644 index 9cc56d7..0000000 --- a/meta-openstack/recipes-devtools/python/python-castellan_git.bb +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | DESCRIPTION = "Generic Key Manager interface for OpenStack" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/castellan" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "castellan" | ||
| 8 | |||
| 9 | SRC_URI = "\ | ||
| 10 | git://git.openstack.org/openstack/${SRCNAME}.git;branch=stable/pike \ | ||
| 11 | " | ||
| 12 | |||
| 13 | PV="0.12.1+git${SRCPV}" | ||
| 14 | SRCREV="124e9296fe79412b510c73b35936a6be91267d18" | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools3 | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # Satisfy setup.py 'setup_requires' | ||
| 25 | DEPENDS += " \ | ||
| 26 | python-pbr-native \ | ||
| 27 | " | ||
| 28 | |||
| 29 | RDEPENDS_${PN} += " \ | ||
| 30 | python-pbr \ | ||
| 31 | python-babel \ | ||
| 32 | python-cryptography \ | ||
| 33 | python-barbicanclient \ | ||
| 34 | python-oslo.config \ | ||
| 35 | python-oslo.context \ | ||
| 36 | python-oslo.i18n \ | ||
| 37 | python-oslo.log \ | ||
| 38 | python-oslo.utils \ | ||
| 39 | python-keystoneauth1 \ | ||
| 40 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-castellan_3.4.0.bb b/meta-openstack/recipes-devtools/python/python3-castellan_3.4.0.bb new file mode 100644 index 0000000..062d375 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-castellan_3.4.0.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | DESCRIPTION = "Generic Key Manager interface for OpenStack" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/castellan" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "53d39a4ae93c48d26f904f36ae2f3dedde6ad40d34b5f031c23055fff2a1d7f6" | ||
| 8 | |||
| 9 | inherit setuptools3 pypi | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python3-pip \ | ||
| 13 | python3-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | python3-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python3-pbr \ | ||
| 23 | python3-babel \ | ||
| 24 | python3-cryptography \ | ||
| 25 | python3-barbicanclient \ | ||
| 26 | python3-oslo.config \ | ||
| 27 | python3-oslo.context \ | ||
| 28 | python3-oslo.i18n \ | ||
| 29 | python3-oslo.log \ | ||
| 30 | python3-oslo.utils \ | ||
| 31 | python3-keystoneauth1 \ | ||
| 32 | bash \ | ||
| 33 | " | ||
