aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-07-12 00:14:36 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-07-12 00:14:36 +0200
commite7e8ef43b39de39292a6b36577c580a42e54ea79 (patch)
tree791cfaea23d5ff0bb1e4be1cd986a5ce562dfc0d
parentapp-shells/zsh-autosuggestions: disable ruby25 (diff)
downloadguru-e7e8ef43.tar.gz
guru-e7e8ef43.tar.bz2
guru-e7e8ef43.zip
dev-python/dacite: update EAPI 7 -> 8
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/dacite/dacite-1.6.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild
index d0eb336c6..2b59016e9 100644
--- a/dev-python/dacite/dacite-1.6.0.ebuild
+++ b/dev-python/dacite/dacite-1.6.0.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1