commit: a46e9dbba8ef18a9e1e519ccd6a92f320c7e3d58
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 8 15:38:39 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Dec 8 15:38:49 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46e9dbb
dev-python/pytest: Drop unnecessary cleaup
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pytest/pytest-2.8.4.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/pytest/pytest-2.8.4.ebuild
b/dev-python/pytest/pytest-2.8.4.ebuild
index 7d1ea6c..f8a1f8a 100644
--- a/dev-python/pytest/pytest-2.8.4.ebuild
+++ b/dev-python/pytest/pytest-2.8.4.ebuild
@@ -54,9 +54,6 @@ python_prepare_all() {
-e 's:test_logging_initialized_in_test:_&:g' \
-i testing/test_capture.py || die
- find \( -name __pycache__ -o -name "*.pyc" -o -name "*.pyo" \) \
- -exec rm -rvf '{}' + || die
-
distutils-r1_python_prepare_all
}