Merge pull request #328131 from dotlambda/vunnel

vunnel: fix build
This commit is contained in:
Fabian Affolter
2024-07-19 22:09:34 +02:00
committed by GitHub
+1 -1
View File
@@ -18,11 +18,11 @@ python3.pkgs.buildPythonApplication rec {
};
pythonRelaxDeps = [
"defusedxml"
"ijson"
"sqlalchemy"
];
build-system = with python3.pkgs; [
poetry-core
poetry-dynamic-versioning