Unverified Commit 85078a02 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.aiopvpc: refactor

parent d5a86ad0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,11 +31,11 @@ buildPythonPackage rec {
      --replace-fail " --cov --cov-report term --cov-report html" ""
  '';

  nativeBuildInputs = [
  build-system = [
    poetry-core
  ];

  propagatedBuildInputs = [
  dependencies = [
    aiohttp
    async-timeout
  ] ++ lib.optionals (pythonOlder "3.9") [