diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swiftclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | 7 |
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" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | SRCNAME = "swiftclient" | ||
| 8 | 9 | ||
| 9 | SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" | 10 | SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" |
| 10 | 11 | ||
| @@ -12,7 +13,11 @@ PV="2.0.2+git${SRCPV}" | |||
| 12 | SRCREV="fa65fbbce51a7a603a6453da51db41061e4388f9" | 13 | SRCREV="fa65fbbce51a7a603a6453da51db41061e4388f9" |
| 13 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 14 | 15 | ||
| 15 | inherit setuptools | 16 | inherit setuptools python-dir |
| 17 | |||
| 18 | do_install_append() { | ||
| 19 | cp -r tests ${D}/${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/ | ||
| 20 | } | ||
| 16 | 21 | ||
| 17 | DEPENDS += " \ | 22 | DEPENDS += " \ |
| 18 | python-pip \ | 23 | python-pip \ |
