File project.diff of Package python-pybind11
--- python-pybind11.changes.orig
+++ python-pybind11.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Sep 30 17:57:04 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
+
+- add more dependencies for further tests
+
+-------------------------------------------------------------------
Fri Jul 17 01:00:06 UTC 2020 - Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Also expand generation of test binaries for Python 2 and 3,
--- python-pybind11.spec.orig
+++ python-pybind11.spec
@@ -27,8 +27,11 @@ Source: https://github.com/pybin
BuildRequires: %{python_module devel}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module scipy}
BuildRequires: %{python_module setuptools}
+BuildRequires: Catch-devel
BuildRequires: cmake
+BuildRequires: eigen3-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: python-rpm-macros
@@ -83,7 +86,7 @@ rm -rfv %{buildroot}%{_includedir}/pytho
rm -rfv %{buildroot}%{_includedir}/python3.*/pybind11
%check
-# test fails as python3-widget is not in distribuion
+# test fails as python3-widget is not in distribution
rm tests/test_embed/test_interpreter.py
%pytest