diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 15:11:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 15:24:11 +0100 |
commit | 73364a51037a8024667bf0a76df820733b32cf9c (patch) | |
tree | a581243b406be71bc36b47f433fb4a24f9156697 /dev-python/HeapDict | |
parent | dev-python/zict: Remove py2 (diff) | |
download | gentoo-73364a51037a8024667bf0a76df820733b32cf9c.tar.gz gentoo-73364a51037a8024667bf0a76df820733b32cf9c.tar.bz2 gentoo-73364a51037a8024667bf0a76df820733b32cf9c.zip |
dev-python/HeapDict: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/HeapDict')
-rw-r--r-- | dev-python/HeapDict/HeapDict-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/HeapDict/HeapDict-1.0.0.ebuild b/dev-python/HeapDict/HeapDict-1.0.0.ebuild index 5d5b77283bad..be45f0d9d826 100644 --- a/dev-python/HeapDict/HeapDict-1.0.0.ebuild +++ b/dev-python/HeapDict/HeapDict-1.0.0.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 |