From ec874aeb1276d91cf31174e45b38e312136fa183 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Tue, 1 Mar 2022 11:12:07 +0800 Subject: [PATCH] fix install require --- python-graphviz.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-graphviz.spec b/python-graphviz.spec index eb7b99f..4c70d5c 100644 --- a/python-graphviz.spec +++ b/python-graphviz.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-graphviz Version: 0.16 -Release: 1 +Release: 2 Summary: Simple Python interface for Graphviz License: MIT URL: https://github.com/xflr6/graphviz @@ -23,7 +23,7 @@ Requires: python3-pep8-naming Requires: python3-wheel Requires: python3-twine Requires: python3-sphinx -Requires: python3-sphinx-rtd-theme +Requires: python3-sphinx_rtd_theme Requires: python3-mock Requires: python3-pytest Requires: python3-pytest-mock @@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Mar 1 2022 zhangy +- Fix install require + * Fri Jul 09 2021 openstack-sig - Update to 0.16 -- Gitee