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

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