fixup! python312Packages.systembridgeconnector: 4.1.2 -> 4.1.5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user