Add missing docs BuildRequires
Exception in .../docs/source/sphinxext.rst at block ending on line 162
Specify :okexcept: as an option in the ipython:: block to suppress this message
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
...
----> 1 import numpy.random
ModuleNotFoundError: No module named 'numpy'
Exception in .../docs/source/sphinxext.rst at block ending on line None
Specify :okexcept: as an option in the ipython:: block to suppress this message
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
...
----> 1 from matplotlib.pylab import *
ModuleNotFoundError: No module named 'matplotlib'
This commit is contained in:
parent
7f044bb825
commit
3d1746b07a
@ -21,6 +21,8 @@ BuildRequires: python3-setuptools
|
|||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
BuildRequires: python3-sphinx_rtd_theme
|
BuildRequires: python3-sphinx_rtd_theme
|
||||||
BuildRequires: python3-ipykernel
|
BuildRequires: python3-ipykernel
|
||||||
|
BuildRequires: python3-matplotlib
|
||||||
|
BuildRequires: python3-numpy
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user