From: Michał Górny Date: Tue, 4 Feb 2020 19:37:29 +0000 (+0100) Subject: dev-python/daemonize: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5d615f40f487874051205ccf82c1d56108e94407;p=gentoo.git dev-python/daemonize: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/daemonize/daemonize-2.5.0.ebuild b/dev-python/daemonize/daemonize-2.5.0.ebuild index ac079e318e80..1d2f4adefbf7 100644 --- a/dev-python/daemonize/daemonize-2.5.0.ebuild +++ b/dev-python/daemonize/daemonize-2.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1