Uses %python_alternative. The other one has a wrong spec OBS-URL: https://build.opensuse.org/request/show/989091 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/python-pywayland?expand=0&rev=1
10 lines
345 B
Diff
10 lines
345 B
Diff
--- ./setup.py.orig 2022-07-12 22:44:49.776811649 +0800
|
|
+++ ./setup.py 2022-07-12 22:45:13.360596245 +0800
|
|
@@ -170,5 +170,6 @@
|
|
long_description=long_description,
|
|
long_description_content_type="text/x-rst",
|
|
cmdclass=cmdclass,
|
|
+ include_dirs=["/usr/include/wayland"],
|
|
cffi_modules=["pywayland/ffi_build.py:ffi_builder"],
|
|
)
|