Include python2-matplotlib for el7

This commit is contained in:
Stuart D. Gathman 2018-11-11 19:02:40 -05:00
parent 18fe74de23
commit 7ff0fd412b
1 changed files with 3 additions and 2 deletions

View File

@ -201,18 +201,19 @@ BuildArch: noarch
Python tools for cjdns.
%package graph
Summary: Python tools for cjdns
Summary: Python peer graph tools for cjdns
Group: System Environment/Base
Requires: python2-%{name} = %{version}-%{release}
%if 0%{?rhel} == 6 || 0%{?rhel} == 7
Requires: python-networkx
Requires: python2-matplotlib
%else
Requires: python2-networkx
%endif
BuildArch: noarch
%description graph
Python graphing tools for cjdns.
Python peer graph tools for cjdns.
%prep
%setup -qn cjdns-%{name}-v%{version}