dev-python/trio-asyncio: wrong extension

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-03-27 19:29:44 +01:00
parent a59d007a54
commit b5f6876cda

View File

@@ -0,0 +1,10 @@
--- a/setup.py 2021-03-27 18:54:07.104800689 +0100
+++ b/setup.py 2021-03-27 18:54:23.197091635 +0100
@@ -77,7 +77,6 @@
include_package_data=True,
python_requires=">=3.6", # temporary, for RTD
keywords=["async", "io", "trio", "asyncio", "trio-asyncio"],
- setup_requires=['pytest-runner'],
tests_require=['pytest >= 5.4', 'pytest-trio >= 0.6', 'outcome'],
classifiers=[
"Development Status :: 4 - Beta",