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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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