simp_le: drop upper bound of acme requirement (#39263)

This commit is contained in:
Robert Schütz
2018-04-20 19:40:38 +02:00
committed by GitHub
parent efffa4e392
commit e59eb49a0a

View File

@@ -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"
'';