Add CVE-2019-18348 to changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=300
This commit is contained in:
Matej Cepl 2021-09-17 19:38:46 +00:00 committed by Git OBS Bridge
parent de8c3896ee
commit af50cf637c

View File

@ -186,12 +186,6 @@ Python, and Macintosh Module Reference in PDF format.
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac
# Update documentation formatting for Sphinx 3.0 (bpo#40204)
for i in `find Doc/ -type f -name "*.rst"`
do
sed -i 's/:c:type:/:c:expr:/g' $i
done
# COMMON-PREP-END
%build