Commit 00cd62b7 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

python3Packages.aiocontextvars: Remove sqlalchemy dependency

Upstream project declares no such dependency nor is there any evidence it is
required.
parent 742f3d6e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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