!8 修复python-graphviz安装报缺依赖错误

From: @wu-leilei 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-07-25 09:19:06 +00:00 committed by Gitee
commit e7f57b5909
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-graphviz
Version: 0.16
Release: 2
Release: 3
Summary: Simple Python interface for Graphviz
License: MIT
URL: https://github.com/xflr6/graphviz
@ -19,9 +19,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-tox
Requires: python3-flake8
Requires: python3-pep8-naming
Requires: python3-wheel
Requires: python3-twine
Requires: python3-sphinx
Requires: python3-sphinx_rtd_theme
Requires: python3-mock
@ -85,6 +83,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Jul 25 2022 wulei <wulei80@h-partners.com> - 0.16-3
- Remove extras requires python-pep8-naming and python-twine
* Wed Jul 28 2021 openstack-sig <openstack@openeuler.org>
- Fix requires