simp_le: drop upper bound of acme requirement (#39263)
This commit is contained in:
parent
efffa4e392
commit
e59eb49a0a
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ pythonPackages.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
postPatch = ''
|
||||
# drop upper bound of acme requirement
|
||||
sed -ri "s/'(acme>=[^,]+),<[^']+'/'\1'/" setup.py
|
||||
substituteInPlace simp_le.py \
|
||||
--replace "/bin/sh" "${bash}/bin/sh"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue