simp_le: unpin acme (#384424)

This commit is contained in:
Robert Schütz
2025-02-23 12:31:34 -08:00
committed by GitHub
+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