!14 [sync] PR-13: remove useless buildrequire

From: @openeuler-sync-bot 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-06-13 10:58:30 +00:00 committed by Gitee
commit 261b85eb29
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-pid
Version: 3.0.4
Release: 3
Release: 4
Summary: Python pid management
License: ASL 2.0
URL: https://pypi.python.org/pypi/pid
@ -15,7 +15,7 @@ A module about python pid management, with fcntl to add state to the lock file.
%package -n python3-pid
Summary: PID file management library
BuildRequires: python3-devel python3-setuptools python3-nose
BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-pytest python3-mock
%{?python_provide:%python_provide python3-pid}
@ -51,6 +51,12 @@ Python-pid for python3.
%{python3_sitelib}/pid-*.egg-info
%changelog
* Fri Jan 07 2022 shixuantong<shixuantong@huawei.com> - 3.0.4-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:remove useless buildrequire
* Sat Dec 05 2020 jitao<jitao3@huawei.com> - 3.0.4-3
- Type:bugfix
- ID:NA