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