From 040ee81224982f3f177e01bbeaf31aaf82a99757 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Mon, 19 Apr 2021 13:18:31 +0200 Subject: [PATCH] BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- pyserial.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pyserial.spec b/pyserial.spec index 95f5c68..1798a2b 100644 --- a/pyserial.spec +++ b/pyserial.spec @@ -6,6 +6,7 @@ Source0: %pypi_source License: Python URL: http://pypi.python.org/pypi/pyserial BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildArch: noarch %global _description\