diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-05 17:38:06 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-05 17:38:36 -0500 |
commit | 818c8431ebd5f9ae0f68797137d4491e0413a4b0 (patch) | |
tree | 9dff21e82ace6e1aff06a978a678c8c320d11a7b /dev-python/bandit | |
parent | net-misc/ndppd: Add ~arm. (diff) | |
download | gentoo-818c8431ebd5f9ae0f68797137d4491e0413a4b0.tar.gz gentoo-818c8431ebd5f9ae0f68797137d4491e0413a4b0.tar.bz2 gentoo-818c8431ebd5f9ae0f68797137d4491e0413a4b0.zip |
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.ebuild | 5 |
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 d35dfc5007be..43618a20b0de 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 -} |