dev-python/bandit: fix src_install
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 5 Apr 2016 22:38:06 +0000 (17:38 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 5 Apr 2016 22:38:36 +0000 (17:38 -0500)
Package-Manager: portage-2.2.26

dev-python/bandit/bandit-1.0.1.ebuild

index d35dfc5007beab2419fe2b7bbd0a97e04ce3a944..43618a20b0de374769de54989bc3253c3034b4f5 100644 (file)
@@ -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
-}