From 455d28c078d1d078d8b950da36343a89f60a9265 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Tue, 27 Jul 2021 10:25:14 +0800 Subject: [PATCH] remove useless BuildRequires --- python-wheel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-wheel.spec b/python-wheel.spec index b0284b2..2cddd04 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,7 +1,7 @@ %bcond_with bootstrap Name: python-wheel Version: 0.36.2 -Release: 1 +Release: 2 Epoch: 1 Summary: Built-package format for Python License: MIT @@ -19,7 +19,7 @@ compatible install in a way that is very close to the on-disk format. Summary: Built-package format for Python BuildRequires: python3-devel python3-setuptools %if %{without bootstrap} -BuildRequires: python3-pytest python3-pyxdg python3-keyring +BuildRequires: python3-pytest python3-pyxdg %endif %{?python_provide:%python_provide python3-wheel} @@ -79,6 +79,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog +* Tue Jul 27 2021 shixuantong - 0.36.2-2 +- remove useless BuildRequires + * Wed Feb 03 2021 shixuantong - 0.36.2-1 - upgrade version to 0.36.2