summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swiftclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-swiftclient_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
index 1e13b04..15a8d8a 100644
--- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
@@ -5,6 +5,7 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PR = "r0" 7PR = "r0"
8SRCNAME = "swiftclient"
8 9
9SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" 10SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master"
10 11
@@ -12,7 +13,11 @@ PV="2.0.2+git${SRCPV}"
12SRCREV="fa65fbbce51a7a603a6453da51db41061e4388f9" 13SRCREV="fa65fbbce51a7a603a6453da51db41061e4388f9"
13S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
14 15
15inherit setuptools 16inherit setuptools python-dir
17
18do_install_append() {
19 cp -r tests ${D}/${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/
20}
16 21
17DEPENDS += " \ 22DEPENDS += " \
18 python-pip \ 23 python-pip \