diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 17:21:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 17:21:51 +0100 |
commit | 55d017fee67904043c284339aa55a096a545d764 (patch) | |
tree | df565395b322921a25467540a958507637c402d8 /dev-python/python-neutronclient | |
parent | dev-python/notebook: [QA] Fix UnnecessarySlashStrip (diff) | |
download | gentoo-55d017fee67904043c284339aa55a096a545d764.tar.gz gentoo-55d017fee67904043c284339aa55a096a545d764.tar.bz2 gentoo-55d017fee67904043c284339aa55a096a545d764.zip |
dev-python/python-neutronclient: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/python-neutronclient')
-rw-r--r-- | dev-python/python-neutronclient/python-neutronclient-6.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-neutronclient/python-neutronclient-6.12.0.ebuild b/dev-python/python-neutronclient/python-neutronclient-6.12.0.ebuild index d48e3fc3cc6c..735bdaeb4a7b 100644 --- a/dev-python/python-neutronclient/python-neutronclient-6.12.0.ebuild +++ b/dev-python/python-neutronclient/python-neutronclient-6.12.0.ebuild @@ -77,7 +77,7 @@ python_test() { python_install() { distutils-r1_python_install #stupid stupid - local SITEDIR="${D%/}$(python_get_sitedir)" || die + local SITEDIR="${D}$(python_get_sitedir)" || die cd "${SITEDIR}" || die local egg=( python_neutronclient*.egg-info ) #[[ -f ${egg[0]} ]] || die "python_quantumclient*.egg-info not found" |