buildbot: relax twisted constraint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user