From 2321cc2ee8c08966825d2b152a5617f71bd22018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 16 Aug 2024 15:54:32 -0700 Subject: [PATCH] fixup! python312Packages.systembridgeconnector: 4.1.2 -> 4.1.5 --- .../python-modules/systembridgeconnector/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/systembridgeconnector/default.nix b/pkgs/development/python-modules/systembridgeconnector/default.nix index e2c9c94f6a47..221cca321e04 100644 --- a/pkgs/development/python-modules/systembridgeconnector/default.nix +++ b/pkgs/development/python-modules/systembridgeconnector/default.nix @@ -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