dev-python/eventlet: Drop superfluous calls to python_is_python3

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-08-03 23:23:50 +02:00
parent 902b876db1
commit 95141f813c

View File

@@ -58,13 +58,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
python_prepare() {
if ! python_is_python3; then
# this is for python3 only
rm -r eventlet/green/http || die
fi
}
python_install_all() {
if use examples; then
docompress -x "/usr/share/doc/${PF}/examples"