diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb b/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb index 8d38426..e595180 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb | |||
@@ -12,7 +12,7 @@ PV="git${SRCPV}" | |||
12 | SRCREV="0bd376242f8522edef7031d2339b9533b86c17aa" | 12 | SRCREV="0bd376242f8522edef7031d2339b9533b86c17aa" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit python-dir | 15 | inherit python3-dir |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install_append() { |
18 | install -D -m 0644 hybrid_assignment.py ${D}/${PYTHON_SITEPACKAGES_DIR}/keystone/assignment/backends/hybrid_assignment.py | 18 | install -D -m 0644 hybrid_assignment.py ${D}/${PYTHON_SITEPACKAGES_DIR}/keystone/assignment/backends/hybrid_assignment.py |