Merge pull request #206456 from anthonyroussel/fix-gns3-build

This commit is contained in:
Sandro
2022-12-16 23:06:06 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ python3.pkgs.buildPythonPackage rec {
postPatch = ''
substituteInPlace requirements.txt \
--replace "psutil==" "psutil>=" \
--replace "jsonschema>=4.17.0,<4.18" "jsonschema"
--replace "jsonschema>=4.17.0,<4.18" "jsonschema" \
--replace "sentry-sdk==1.10.1,<1.11" "sentry-sdk"
'';
meta = with lib; {
+2 -1
View File
@@ -24,7 +24,8 @@ python3.pkgs.buildPythonApplication {
postPatch = ''
substituteInPlace requirements.txt \
--replace "psutil==" "psutil>=" \
--replace "jsonschema>=4.17.0,<4.18" "jsonschema"
--replace "jsonschema>=4.17.0,<4.18" "jsonschema" \
--replace "sentry-sdk==1.10.1,<1.11" "sentry-sdk"
'';
propagatedBuildInputs = with python3.pkgs; [