simp_le: drop upper bound of acme requirement (#39263)
Robert Schütz 7 years ago e59eb49a efffa4e3
··· 10 10 }; 11 11 12 12 postPatch = '' 13 13 + # drop upper bound of acme requirement 14 14 + sed -ri "s/'(acme>=[^,]+),<[^']+'/'\1'/" setup.py 13 15 substituteInPlace simp_le.py \ 14 16 --replace "/bin/sh" "${bash}/bin/sh" 15 17 '';