remove useless buildrequire
(cherry picked from commit 701d949ebb627b1015b56bbae18b421fa7a7df31)
This commit is contained in:
parent
b1c5df6a57
commit
ba04df96c4
@ -1,6 +1,6 @@
|
|||||||
Name: python-pid
|
Name: python-pid
|
||||||
Version: 3.0.4
|
Version: 3.0.4
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Python pid management
|
Summary: Python pid management
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://pypi.python.org/pypi/pid
|
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
|
%package -n python3-pid
|
||||||
Summary: PID file management library
|
Summary: PID file management library
|
||||||
BuildRequires: python3-devel python3-setuptools python3-nose
|
BuildRequires: python3-devel python3-setuptools
|
||||||
BuildRequires: python3-pytest python3-mock
|
BuildRequires: python3-pytest python3-mock
|
||||||
%{?python_provide:%python_provide python3-pid}
|
%{?python_provide:%python_provide python3-pid}
|
||||||
|
|
||||||
@ -51,6 +51,12 @@ Python-pid for python3.
|
|||||||
%{python3_sitelib}/pid-*.egg-info
|
%{python3_sitelib}/pid-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Dec 05 2020 jitao<jitao3@huawei.com> - 3.0.4-3
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user