diff options
Diffstat (limited to 'dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild')
| -rw-r--r-- | dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild b/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild index 07ec6f767cea..3c4eaee3f160 100644 --- a/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild +++ b/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild @@ -3,7 +3,9 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools + inherit distutils-r1 DESCRIPTION="subprocess.run replacement with tee(1)-like output" |
