From e19241b4a82a207ea2e6c98ecae3aee2b38dd01e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 20 Feb 2015 21:04:29 -0500 Subject: clients: update to the latest available clients To start the kilo update cycle, we refresh and update the clients. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-novaclient_git.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-novaclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index 78a5c93..5192021 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb @@ -8,13 +8,11 @@ PR = "r0" SRC_URI = "\ git://github.com/openstack/python-novaclient.git;branch=master \ - file://fix_novaclient_memory_leak.patch \ - file://novaclient-specify-full-path-to-test-certificate.patch \ file://nova-api-check.sh \ " -PV="2.20.0+git${SRCPV}" -SRCREV="1eb1abe8700a137d017dbcd4a9dab3d4c0879c81" +PV="2.21.0+git${SRCPV}" +SRCREV="bfd029c8ef500af705159a5f3d5fa74e39c43096" S = "${WORKDIR}/git" inherit setuptools monitor @@ -39,8 +37,10 @@ do_install_append() { install -d ${D}/${sysconfdir}/bash_completion.d install -m 664 ${S}/tools/nova.bash_completion ${D}/${sysconfdir}/bash_completion.d - sed -e "s:%PYTHON_SITEPACKAGES_DIR%:${PYTHON_SITEPACKAGES_DIR}:g" \ - -i ${D}/${PYTHON_SITEPACKAGES_DIR}/novaclient/tests/v1_1/test_servers.py + if [ -e "${D}/${PYTHON_SITEPACKAGES_DIR}/novaclient/tests/v1_1/test_servers.py" ]; then + sed -e "s:%PYTHON_SITEPACKAGES_DIR%:${PYTHON_SITEPACKAGES_DIR}:g" \ + -i ${D}/${PYTHON_SITEPACKAGES_DIR}/novaclient/tests/v1_1/test_servers.py + fi } PACKAGES =+ "${BPN}-bash-completion" -- cgit v1.2.3-54-g00ecf