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