From 3d1746b07a1b09d66970e7daa0da2bbe20b80885 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 01 2020 09:40:06 +0000 Subject: 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' --- diff --git a/ipython.spec b/ipython.spec index 936351f..5223596 100644 --- a/ipython.spec +++ b/ipython.spec @@ -21,6 +21,8 @@ BuildRequires: python3-setuptools BuildRequires: python3-sphinx BuildRequires: python3-sphinx_rtd_theme BuildRequires: python3-ipykernel +BuildRequires: python3-matplotlib +BuildRequires: python3-numpy %endif %if %{with check}