summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-swiftclient_3.10.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:31:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:49:54 -0400
commit0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch)
treeb91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-devtools/python/python3-swiftclient_3.10.0.bb
parente887a996155f8b9f22d6aca0e31b5fbccd82751e (diff)
downloadmeta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-swiftclient_3.10.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-swiftclient_3.10.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-swiftclient_3.10.0.bb b/meta-openstack/recipes-devtools/python/python3-swiftclient_3.10.0.bb
index 1025d9e..6ca6154 100644
--- a/meta-openstack/recipes-devtools/python/python3-swiftclient_3.10.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-swiftclient_3.10.0.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "66227eaf29a691c70675fb9982022980b92797c273dd5e6dc7e680425e
10 10
11inherit pypi setuptools3 python3-dir 11inherit pypi setuptools3 python3-dir
12 12
13do_install_append() { 13do_install:append() {
14 cp -r test ${D}/${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/ 14 cp -r test ${D}/${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/
15} 15}
16 16
@@ -24,7 +24,7 @@ DEPENDS += " \
24 python3-pbr-native \ 24 python3-pbr-native \
25 " 25 "
26 26
27RDEPENDS_${PN} += " \ 27RDEPENDS:${PN} += " \
28 python3-simplejson \ 28 python3-simplejson \
29 python3-pbr \ 29 python3-pbr \
30 python3-requests \ 30 python3-requests \