fixup! python312Packages.systembridgeconnector: 4.1.2 -> 4.1.5

This commit is contained in:
Robert Schütz
2024-08-16 15:56:02 -07:00
parent d069db026a
commit 2321cc2ee8
@@ -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