fixes failed: No module named setuptools

This commit is contained in:
wu-leilei 2021-06-16 09:27:09 +08:00
parent 4a8f46b067
commit 23aef1b2b2

View File

@ -1,17 +1,17 @@
Name: nodejsporter
Version: 1.0
Release: 1
Release: 2
Summary: A rpm packager bot for nodejs modules from npmjs.org
License: Mulan PSL v2
URL: https://gitee.com/openeuler/nodejsporter
Source0: https://gitee.com/openeuler/rubyporter/repository/archive/v%{version}.tar.gz
BuildArch: noarch
BuildRequires: nodejs python3-setuptools
Requires: gcc gdb libstdc++-devel python3-cffi nodejs
%description
nodejsporter is a tool to create spec file and create rpm for nodejs modules.
BuildRequires: gcc gdb libstdc++-devel python3-cffi nodejs
Requires: gcc gdb libstdc++-devel python3-cffi nodejs
%package -n python3-nodejsporter
Summary: A rpm packager bot for nodejs modules from npmjs.org
@ -51,6 +51,9 @@ mv %{buildroot}/filelist.lst .
%changelog
* Wed Jun 16 2021 wulei <wulei80@huawei.com> - 1.0-2
- fixes failed: No module named 'setuptools'
* Wed Nov 4 2020 sunchendong<sunchendong@huawei.com> -1.0-1
- Type:NA
- ID:NA