!18 修复由于缺少编译依赖python3_setuptools_scm导致的编译问题
From: @cherry530 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
241c7a3144
@ -1,13 +1,14 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-docker
|
Name: python-docker
|
||||||
Version: 6.0.1
|
Version: 6.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A Python library for the Docker Engine API.
|
Summary: A Python library for the Docker Engine API.
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/docker/docker-py
|
URL: https://github.com/docker/docker-py
|
||||||
Source0: https://files.pythonhosted.org/packages/79/26/6609b51ecb418e12d1534d00b888ce7e108f38b47dc6cd589598d5c6aaa2/docker-6.0.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/79/26/6609b51ecb418e12d1534d00b888ce7e108f38b47dc6cd589598d5c6aaa2/docker-6.0.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: python3-setuptools_scm
|
||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
Requires: python3-websocket-client
|
Requires: python3-websocket-client
|
||||||
Requires: python3-requests
|
Requires: python3-requests
|
||||||
@ -76,6 +77,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 31 2023 xu_ping <xuping33@h-partners.com> - 6.0.1-2
|
||||||
|
- Add buildrequires python3-setuptools_scm to fix build error
|
||||||
|
|
||||||
* Mon Nov 21 2022 liqiuyu <liqiuyu@kylinos.cn> - 6.0.1-1
|
* Mon Nov 21 2022 liqiuyu <liqiuyu@kylinos.cn> - 6.0.1-1
|
||||||
- Update package to version 6.0.1
|
- Update package to version 6.0.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user