python3Packages.aiocontextvars: Remove sqlalchemy dependency
Upstream project declares no such dependency nor is there any evidence it is required.
This commit is contained in:
parent
742f3d6eff
commit
00cd62b7fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user