diff options
author | Tim Harder <radhermit@gentoo.org> | 2020-12-23 13:50:15 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2020-12-23 13:53:03 -0700 |
commit | 95bcf01828a8d28fc07190c8ebc636d5456cca08 (patch) | |
tree | 345e25cb2f59c1af4cd8b24d725693313284c800 /dev-python/pychroot | |
parent | profiles/arch/arm64: stable-mask kde-apps/cantor[lua] (diff) | |
download | gentoo-95bcf01828a8d28fc07190c8ebc636d5456cca08.tar.gz gentoo-95bcf01828a8d28fc07190c8ebc636d5456cca08.tar.bz2 gentoo-95bcf01828a8d28fc07190c8ebc636d5456cca08.zip |
dev-python/pychroot: re-add py36/py37 support
Technically no code in this release requires py38 so provide
backwards-compat for now.
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'dev-python/pychroot')
-rw-r--r-- | dev-python/pychroot/pychroot-0.10.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pychroot/pychroot-0.10.3.ebuild b/dev-python/pychroot/pychroot-0.10.3.ebuild index 9ec7b332eb8a..925ca082a684 100644 --- a/dev-python/pychroot/pychroot-0.10.3.ebuild +++ b/dev-python/pychroot/pychroot-0.10.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then |