buildbot: relax twisted constraint

This commit is contained in:
Martin Weinelt 2024-03-11 15:02:52 +01:00
parent fc998eb3ea
commit 1637cd92e8

View File

@ -8,6 +8,7 @@
, buildbot , buildbot
, pythonOlder , pythonOlder
, python , python
, pythonRelaxDepsHook
, twisted , twisted
, jinja2 , jinja2
, msgpack , msgpack
@ -81,6 +82,14 @@ buildPythonApplication rec {
hash = "sha256-ruYW1sVoGvFMi+NS+xiNsn0Iq2RmKlax4bxHgYrj6ZY="; hash = "sha256-ruYW1sVoGvFMi+NS+xiNsn0Iq2RmKlax4bxHgYrj6ZY=";
}; };
build-system = [
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"twisted"
];
propagatedBuildInputs = [ propagatedBuildInputs = [
# core # core
twisted twisted