dev-python/snakeoil: Sync with Gentoo

It's from Gentoo commit e21d71c15d6e85b9c9a4c05d76d572e13806b415.
This commit is contained in:
Flatcar Buildbot 2024-07-01 07:14:15 +00:00 committed by Mathieu Tortuyaux
parent ad7cb75e50
commit afb9ac2ce6
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{10..12} pypy3 )
PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1

View File

@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{10..12} pypy3 )
PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1