diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-04 08:14:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-04 08:14:05 +0100 |
commit | fbc279949e42892107ae30f1cf91c048e6709a1f (patch) | |
tree | 5a132b1bb0f431f9644f474cf97c35d2b8ed5d63 /dev-python/importlib_resources | |
parent | dev-python/zipp: Revert to EAPI 7 (diff) | |
download | gentoo-fbc279949e42892107ae30f1cf91c048e6709a1f.tar.gz gentoo-fbc279949e42892107ae30f1cf91c048e6709a1f.tar.bz2 gentoo-fbc279949e42892107ae30f1cf91c048e6709a1f.zip |
dev-python/importlib_resources: Revert to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/importlib_resources')
-rw-r--r-- | dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild b/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild index dbe600eaff2b..9852a5a01ffc 100644 --- a/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild +++ b/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +# please keep this ebuild at EAPI 7 -- sys-apps/portage dep +EAPI=7 DISTUTILS_USE_PEP517=flit # This is a backport of Python 3.9's importlib.resources |