python3Packages.returns: remove curio dependency
curio is not supported by anyio anymore as of v4
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
anyio,
|
||||
buildPythonPackage,
|
||||
curio,
|
||||
fetchFromGitHub,
|
||||
httpx,
|
||||
hypothesis,
|
||||
@@ -42,7 +41,6 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
anyio
|
||||
curio
|
||||
httpx
|
||||
hypothesis
|
||||
pytestCheckHook
|
||||
|
||||
Reference in New Issue
Block a user