diff options
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-appdirs_git.bb b/meta-openstack/recipes-devtools/python/python-appdirs_git.bb index 8e40f26..2482871 100644 --- a/meta-openstack/recipes-devtools/python/python-appdirs_git.bb +++ b/meta-openstack/recipes-devtools/python/python-appdirs_git.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/ActiveState/${SRCNAME}.git" | |||
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | inherit distutils | 15 | inherit setuptools |
| 16 | 16 | ||
| 17 | DEPENDS += " \ | 17 | DEPENDS += " \ |
| 18 | python-pip \ | 18 | python-pip \ |
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb index 1fdf9e1..83582c5 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "075a9ca7a8877c5885fa2487699015e45260c4e6be119683effe0ad2ab | |||
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 14 | 14 | ||
| 15 | inherit distutils | 15 | inherit setuptools |
| 16 | 16 | ||
| 17 | DEPENDS += " \ | 17 | DEPENDS += " \ |
| 18 | python-pbr \ | 18 | python-pbr \ |
diff --git a/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb b/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb index 61ae935..71e0dc0 100644 --- a/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb +++ b/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb | |||
| @@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318 | |||
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 19 | 19 | ||
| 20 | inherit distutils | 20 | inherit setuptools |
| 21 | 21 | ||
| 22 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | 22 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ |
| 23 | --prefix=${prefix} \ | 23 | --prefix=${prefix} \ |
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb index 7b55dbb..5393bb7 100644 --- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb +++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | |||
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | inherit distutils | 15 | inherit setuptools |
| 16 | 16 | ||
| 17 | DEPENDS += " \ | 17 | DEPENDS += " \ |
| 18 | python-pbr \ | 18 | python-pbr \ |
