!7 [sync] PR-6: Fix install error
From: @openeuler-sync-bot Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
14940260d6
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-graphviz
|
Name: python-graphviz
|
||||||
Version: 0.16
|
Version: 0.16
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Simple Python interface for Graphviz
|
Summary: Simple Python interface for Graphviz
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/xflr6/graphviz
|
URL: https://github.com/xflr6/graphviz
|
||||||
@ -19,11 +19,9 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: python3-tox
|
Requires: python3-tox
|
||||||
Requires: python3-flake8
|
Requires: python3-flake8
|
||||||
Requires: python3-pep8-naming
|
|
||||||
Requires: python3-wheel
|
Requires: python3-wheel
|
||||||
Requires: python3-twine
|
|
||||||
Requires: python3-sphinx
|
Requires: python3-sphinx
|
||||||
Requires: python3-sphinx-rtd-theme
|
Requires: python3-sphinx_rtd_theme
|
||||||
Requires: python3-mock
|
Requires: python3-mock
|
||||||
Requires: python3-pytest
|
Requires: python3-pytest
|
||||||
Requires: python3-pytest-mock
|
Requires: python3-pytest-mock
|
||||||
@ -85,6 +83,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 02 2022 huangtianhua <huangtianhua@huawei.com> - 0.16-2
|
||||||
|
- Remove extras requires python-pep8-naming and python-twine and correct python3-sphinx_rtd_theme
|
||||||
|
|
||||||
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
|
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
|
||||||
- Update to 0.16
|
- Update to 0.16
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user