forked from pool/python-pybind11
Accepting request 783977 from devel:languages:python
Staging:I OBS-URL: https://build.opensuse.org/request/show/783977 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pybind11?expand=0&rev=7
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user