diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 18:49:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 18:49:53 +0100 |
commit | c9b5fd56315933292869844cc8dc3e4f696027e7 (patch) | |
tree | ee95fc6174b9ee0f8d910ccae24f0f753b1106e0 /dev-python/paramunittest | |
parent | dev-python/pandocfilters: Remove py2 (diff) | |
download | gentoo-c9b5fd56315933292869844cc8dc3e4f696027e7.tar.gz gentoo-c9b5fd56315933292869844cc8dc3e4f696027e7.tar.bz2 gentoo-c9b5fd56315933292869844cc8dc3e4f696027e7.zip |
dev-python/paramunittest: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/paramunittest')
-rw-r--r-- | dev-python/paramunittest/paramunittest-0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/paramunittest/paramunittest-0.2.ebuild b/dev-python/paramunittest/paramunittest-0.2.ebuild index 1c3b77a0be5d..c02fce856a0d 100644 --- a/dev-python/paramunittest/paramunittest-0.2.ebuild +++ b/dev-python/paramunittest/paramunittest-0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |