1
0
mirror of synced 2024-05-29 00:38:10 +02:00

dev-python/nwbinspector: specifying DISTUTILS_USE_PEP517

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-04-21 04:25:27 -04:00
parent f47553def0
commit 1011a562fa
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3

View File

@ -3,6 +3,7 @@
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} ) PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 inherit distutils-r1