simp_le: unpin acme

This commit is contained in:
Robert Schütz
2025-02-22 19:48:10 -08:00
parent 25fb2896ea
commit 1b02f51a87
+4
View File
@@ -22,6 +22,10 @@ python3Packages.buildPythonApplication rec {
--replace "/bin/sh" "${bash}/bin/sh"
'';
pythonRelaxDeps = [
"acme"
];
# both setuptools-scm and mock are runtime dependencies
dependencies = with python3Packages; [
acme