diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:04:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:17:52 +0200 |
commit | 219701d83e6034a7a169c30d1b9081817d057928 (patch) | |
tree | 194b94969f89f33634a14f98b087cde587005499 /app-admin | |
parent | dev-python/cryptography-vectors: Remove last-rited pkg (diff) | |
download | gentoo-219701d83e6034a7a169c30d1b9081817d057928.tar.gz gentoo-219701d83e6034a7a169c30d1b9081817d057928.tar.bz2 gentoo-219701d83e6034a7a169c30d1b9081817d057928.zip |
app-admin/denyhosts: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/denyhosts/denyhosts-3.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild index 34e74b4e4cdd..287529f92f3a 100644 --- a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild +++ b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 eutils readme.gentoo-r1 systemd |