summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-22 14:31:36 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-22 16:13:01 +0200
commit1d86d60fa574904013c0ce7b116c3fe92cbc84bc (patch)
tree972bb46460961ebab5c50b03420e4ae970938fda /dev-python/backports-unittest-mock
parentdev-python/backports-unittest-mock: Remove unnecessary pytest-runner dep (diff)
downloadgentoo-1d86d60fa574904013c0ce7b116c3fe92cbc84bc.tar.gz
gentoo-1d86d60fa574904013c0ce7b116c3fe92cbc84bc.tar.bz2
gentoo-1d86d60fa574904013c0ce7b116c3fe92cbc84bc.zip
fixup bum
Diffstat (limited to 'dev-python/backports-unittest-mock')
-rw-r--r--dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
index 8bc4c4037bc8..2918bb734376 100644
--- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
+++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
@@ -48,8 +48,8 @@ python_test() {
py.test -v || die "tests failed with ${EPYTHON}"
}
-python_install() {
- distutils-r1_python_install
+python_install_all() {
+ distutils-r1_python_install_all
find "${D}" -name '*.pth' -delete || die
}