Commit 2321cc2e authored by Robert Schütz's avatar Robert Schütz
Browse files

fixup! python312Packages.systembridgeconnector: 4.1.2 -> 4.1.5

parent d069db02
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@ buildPythonPackage rec {
  };

  postPatch = ''
    substituteInPlace requirements_setup.txt \
      --replace-fail ">=" " #"

    substituteInPlace systembridgeconnector/_version.py \
      --replace-fail ", dev=0" ""
  '';
@@ -38,6 +41,8 @@ buildPythonPackage rec {
    setuptools
  ];

  pythonRelaxDeps = [ "incremental" ];

  dependencies = [
    aiohttp
    incremental