revert an unintended change committed by mistake

This commit is contained in:
Kamil Dudka 2021-09-20 11:51:43 +02:00
parent 09630c68d3
commit c57376b311
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ for building applications with libnghttp2.
%prep
%setup -q
# make fetch-ocsp-response use Python 3
sed -e '1 s|^#!/.*python|&3|' -i script/fetch-ocsp-response
%build
%configure PYTHON=%{__python3} \