Loading pkgs/development/python-modules/systembridgeconnector/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,9 @@ buildPythonPackage rec { }; postPatch = '' substituteInPlace requirements_setup.txt \ --replace-fail ">=" " #" substituteInPlace systembridgeconnector/_version.py \ --replace-fail ", dev=0" "" ''; Loading @@ -38,6 +41,8 @@ buildPythonPackage rec { setuptools ]; pythonRelaxDeps = [ "incremental" ]; dependencies = [ aiohttp incremental Loading Loading
pkgs/development/python-modules/systembridgeconnector/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,9 @@ buildPythonPackage rec { }; postPatch = '' substituteInPlace requirements_setup.txt \ --replace-fail ">=" " #" substituteInPlace systembridgeconnector/_version.py \ --replace-fail ", dev=0" "" ''; Loading @@ -38,6 +41,8 @@ buildPythonPackage rec { setuptools ]; pythonRelaxDeps = [ "incremental" ]; dependencies = [ aiohttp incremental Loading