mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
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:
10
dev-python/trio-asyncio/files/no-pytest-runner.patch
Normal file
10
dev-python/trio-asyncio/files/no-pytest-runner.patch
Normal 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",
|
||||
Reference in New Issue
Block a user