From 9b80244b643a6fb2bddb9c6d42e56dc28241dfcf Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Tue, 3 Aug 2021 16:04:27 +0800 Subject: [PATCH] drop useless requires --- python-pyserial.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-pyserial.spec b/python-pyserial.spec index ee3d5e2..73843f3 100644 --- a/python-pyserial.spec +++ b/python-pyserial.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pyserial Version: 3.5 -Release: 1 +Release: 2 Summary: Python Serial Port Extension License: BSD URL: https://github.com/pyserial/pyserial @@ -16,7 +16,6 @@ Summary: Python Serial Port Extension Provides: python-pyserial BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-hidapi %description -n python3-pyserial Python Serial Port Extension @@ -69,5 +68,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 03 2021 openstack-sig +- Drop useless requires * Fri Jul 09 2021 openstack-sig - Package Spec generated