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