https://bugzilla.redhat.com/show_bug.cgi?id=842013 --- Comment #5 from Michael Scherer <misc@xxxxxxxx> --- + /usr/bin/python setup.py build Error importing numpy - Make sure numpy is installed seems numpy is missing :) In fact to make it build, I have added the following ( setup.py check runtime deps at build time ) : --- /home/misc/checkout/git/FedoraReview/nfsometer/nfsometer.spec 2012-07-25 15:09:22.000000000 +0200 +++ SPECS/nfsometer.spec 2012-07-25 22:24:33.383177536 +0200 @@ -9,6 +9,9 @@ Source0: http://www.linux-nfs.org/~dros/nfsometer/releases/%{name}-%{version}.tar.gz BuildRequires: python-setuptools +BuildRequires: numpy +BuildRequires: python-matplotlib +BuildRequires: python-mako Requires: nfs-utils Requires: python-matplotlib Requires: numpy -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review