dev-python/daemonize: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 19:37:29 +0000 (20:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 19:47:21 +0000 (20:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/daemonize/daemonize-2.5.0.ebuild

index ac079e318e80905f3e2c36afba822b1e6769be94..1d2f4adefbf700d57439804f7778ed6700038bd1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1