summaryrefslogtreecommitdiff
path: root/dev-python/bandit
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-04-05 17:38:06 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-04-05 17:38:36 -0500
commit818c8431ebd5f9ae0f68797137d4491e0413a4b0 (patch)
tree9dff21e82ace6e1aff06a978a678c8c320d11a7b /dev-python/bandit
parentcada0991466d1e4b4a66242744934da641217f67 (diff)
downloadgentoo-818c8431ebd5f9ae0f68797137d4491e0413a4b0.tar.gz
gentoo-818c8431ebd5f9ae0f68797137d4491e0413a4b0.tar.xz
dev-python/bandit: fix src_install
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/bandit')
-rw-r--r--dev-python/bandit/bandit-1.0.1.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-python/bandit/bandit-1.0.1.ebuild b/dev-python/bandit/bandit-1.0.1.ebuild
index d35dfc5007b..43618a20b0d 100644
--- a/dev-python/bandit/bandit-1.0.1.ebuild
+++ b/dev-python/bandit/bandit-1.0.1.ebuild
@@ -50,8 +50,3 @@ python_test() {
testr init
testr run || die
}
-
-python_install_all() {
- distutils-r1_python_install_all
- mv "${D}/usr/etc" "${D}/" || die
-}