From 63c4fecf0c68052a4cedadb0acf5390aa602960c Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Mon, 25 Jul 2022 11:47:58 +0800 Subject: [PATCH] Remove extras requires python-pep8-naming and python-twine --- python-graphviz.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-graphviz.spec b/python-graphviz.spec index bdb91a6..31627de 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: 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 - 0.16-3 +- Remove extras requires python-pep8-naming and python-twine + * Wed Jul 28 2021 openstack-sig - Fix requires -- Gitee