diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 20:37:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 20:47:21 +0100 |
commit | 5d615f40f487874051205ccf82c1d56108e94407 (patch) | |
tree | 0bc53415d0e25e953d10fc1e3db5765c55f5b967 /dev-python/daemonize | |
parent | dev-python/cytoolz: Remove py2 (diff) | |
download | gentoo-5d615f40f487874051205ccf82c1d56108e94407.tar.gz gentoo-5d615f40f487874051205ccf82c1d56108e94407.tar.bz2 gentoo-5d615f40f487874051205ccf82c1d56108e94407.zip |
dev-python/daemonize: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/daemonize')
-rw-r--r-- | dev-python/daemonize/daemonize-2.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |