From 3d1746b07a1b09d66970e7daa0da2bbe20b80885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 1 Jul 2020 11:40:06 +0200 Subject: [PATCH] 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' --- ipython.spec | 2 ++ 1 file changed, 2 insertions(+) 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}