!18 修复由于缺少编译依赖python3_setuptools_scm导致的编译问题

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-01-31 08:59:22 +00:00 committed by Gitee
commit 241c7a3144
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,13 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-docker
Version: 6.0.1
Release: 1
Release: 2
Summary: A Python library for the Docker Engine API.
License: Apache-2.0
URL: https://github.com/docker/docker-py
Source0: https://files.pythonhosted.org/packages/79/26/6609b51ecb418e12d1534d00b888ce7e108f38b47dc6cd589598d5c6aaa2/docker-6.0.1.tar.gz
BuildArch: noarch
BuildRequires: python3-setuptools_scm
Requires: python3-six
Requires: python3-websocket-client
Requires: python3-requests
@ -76,6 +77,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Update package to version 6.0.1