python3Packages.aiocontextvars: Remove sqlalchemy dependency

Upstream project declares no such dependency nor is there any evidence it is
required.
This commit is contained in:
Jean-Paul Calderone 2023-03-17 16:34:27 -04:00
parent 742f3d6eff
commit 00cd62b7fc

View File

@ -4,7 +4,6 @@
, pytest-runner
, pytestCheckHook
, pytest-asyncio
, sqlalchemy
, isPy27
}:
@ -25,10 +24,6 @@ buildPythonPackage rec {
pytest-runner
];
propagatedBuildInputs = [
sqlalchemy
];
nativeCheckInputs = [
pytestCheckHook
pytest-asyncio