From 8140972981cbfa1b3d7bb4512255986923dbe3e6 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: May 21 2019 23:05:16 +0000 Subject: Add workaround for Python 3.8 https://bugzilla.redhat.com/show_bug.cgi?id=1711638 --- diff --git a/libtevent.spec b/libtevent.spec index 283a455..1d1a3e8 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -87,6 +87,9 @@ Python 3 bindings for libtevent %prep %autosetup -n tevent-%{version} -p1 +# https://bugzilla.redhat.com/show_bug.cgi?id=1711638 +sed -i 's/conf\.check_python_headers()/conf.check_python_headers(features="pyext")/' buildtools/wafsamba/samba_python.py + %build %{?export_waf_python} %configure --disable-rpath \