diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 17:44:39 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 17:44:39 +0000 |
| commit | 9d632de8d0e109e342fe580cf4b2423a51c890c3 (patch) | |
| tree | bf3de8653b5ccfcc81cfe2b05c81fd376a9ddd85 /meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |
| parent | ba0ca845af46a5d9c05dbd8943744a4e78d268d5 (diff) | |
| download | meta-cloud-services-9d632de8d0e109e342fe580cf4b2423a51c890c3.tar.gz | |
python: prepare for python3 only configuration
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinderclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index 920858a..bacb25f 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/openstack/python-cinderclient" | |||
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" |
| 6 | DEPENDS = "python-setuptools-git" | 6 | DEPENDS = "python-setuptools3-git" |
| 7 | 7 | ||
| 8 | SRCNAME = "python-cinderclient" | 8 | SRCNAME = "python-cinderclient" |
| 9 | 9 | ||
| @@ -16,7 +16,7 @@ PV="3.1.0+git${SRCPV}" | |||
| 16 | SRCREV="3640aeab6e11987288a2f149fbeedb1c026045e2" | 16 | SRCREV="3640aeab6e11987288a2f149fbeedb1c026045e2" |
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | inherit setuptools monitor | 19 | inherit setuptools3 monitor |
| 20 | 20 | ||
| 21 | DEPENDS += " \ | 21 | DEPENDS += " \ |
| 22 | python-pip \ | 22 | python-pip \ |
