diff --git a/python-pywlroots.spec b/python-pywlroots.spec index 506d145..565d809 100644 --- a/python-pywlroots.spec +++ b/python-pywlroots.spec @@ -26,7 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/flacjacket/pywlroots Source0: https://files.pythonhosted.org/packages/source/p/pywlroots/pywlroots-%{version}.tar.gz Source1: python-pywlroots-rpmlintrc -Patch0: fix-include-paths.patch +# Patch0: fix-include-paths.patch BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel} BuildRequires: %{python_module distutils-extra} @@ -54,7 +54,7 @@ Python binding to the wlroots library using cffi. %prep %setup -q -n pywlroots-%{version} -%patch0 -p1 +#%%patch0 -p1 %build export CFLAGS="%optflags $(pkg-config --cflags wayland-client xkbcommon pixman-1 libinput libdrm)"