Remove npm from buildrequires

We build all modules separately and there is no need to use npm

This will fix package build process inside PBS

Change-Id: I0812a2f080b7a9b77b2aa52d02ab4c8f7f8ffcb6
This commit is contained in:
Artem Silenkov 2015-07-23 14:54:45 +03:00
parent d1087923e4
commit 39accd76d9
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Prefix: %{_prefix}
BuildRequires: python-setuptools
BuildRequires: git
BuildRequires: npm
BuildRequires: nodejs
BuildArch: noarch
Requires: python-alembic >= 0.6.2