diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:29:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:52:44 +0100 |
commit | d25be48b39297822aff6e271d55dc7e332d6fe27 (patch) | |
tree | d10a8e5cb2f14c377553f6c58827d2729ff9bf40 /dev-python/mygpoclient | |
parent | dev-python/mini-amf: Remove py2 (diff) | |
download | gentoo-d25be48b39297822aff6e271d55dc7e332d6fe27.tar.gz gentoo-d25be48b39297822aff6e271d55dc7e332d6fe27.tar.bz2 gentoo-d25be48b39297822aff6e271d55dc7e332d6fe27.zip |
dev-python/mygpoclient: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mygpoclient')
-rw-r--r-- | dev-python/mygpoclient/mygpoclient-1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mygpoclient/mygpoclient-1.8.ebuild b/dev-python/mygpoclient/mygpoclient-1.8.ebuild index 01df10cbcd92..fdbdb4a3a897 100644 --- a/dev-python/mygpoclient/mygpoclient-1.8.ebuild +++ b/dev-python/mygpoclient/mygpoclient-1.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils |