diff --git a/python-click.spec b/python-click.spec index 75ab8f2e4fde22bad0da6e99b524c96c18b7f13e..a05f3eff87d91134c1b5bba9809201862a9a257f 100644 --- a/python-click.spec +++ b/python-click.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-click Version: 7.1.2 -Release: 1 +Release: 2 Summary: Composable command line interface toolkit License: BSD URL: https://palletsprojects.com/p/click/ @@ -19,9 +19,6 @@ Provides: python-click # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-pbr -BuildRequires: python3-pip -BuildRequires: python3-wheel %description -n python3-click Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the @@ -83,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 3 2022 zhaoshuang - 7.1.2-2 +- remove unnecessary buildrequires + * Tue Jul 13 2021 OpenStack_SIG - 7.1.2-1 - Upgrade to version 7.1.2