14
0
Tomáš Chvátal
2020-03-11 16:57:36 +00:00
committed by Git OBS Bridge
parent 7f916e5284
commit 56986a21fe
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 11 16:57:22 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix build without python2
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 13 05:32:14 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Thu Feb 13 05:32:14 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@@ -70,8 +70,8 @@ This package contains files for developing applications using pybind11.
%cmake_install %cmake_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
# removing duplicated header files # removing duplicated header files
rm -rv %{buildroot}%{_includedir}/python2.*/pybind11/ rm -rfv %{buildroot}%{_includedir}/python2.*/pybind11/
rm -rv %{buildroot}%{_includedir}/python3.*/pybind11 rm -rfv %{buildroot}%{_includedir}/python3.*/pybind11
%files %{python_files} %files %{python_files}
%doc README.md %doc README.md