diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 17:21:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 17:27:49 +0100 |
commit | 394622243c3f49b6c9e716eac63ff6bc49a0db38 (patch) | |
tree | 410248b6f58ef9d9fd92d43a63a89b21e45c64aa /dev-python/fasteners | |
parent | app-backup/duplicity: Remove py2 (diff) | |
download | gentoo-394622243c3f49b6c9e716eac63ff6bc49a0db38.tar.gz gentoo-394622243c3f49b6c9e716eac63ff6bc49a0db38.tar.bz2 gentoo-394622243c3f49b6c9e716eac63ff6bc49a0db38.zip |
dev-python/fasteners: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fasteners')
-rw-r--r-- | dev-python/fasteners/fasteners-0.14.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild index 8f021a8b24c2..9413f8a03462 100644 --- a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild +++ b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |