From 1692957d7fb3c0dd353d1766c71f3eaa23e3fc52 Mon Sep 17 00:00:00 2001 From: Dan Čermák Date: Jun 23 2020 21:26:30 +0000 Subject: BuildRequire python3-setuptools besides python3-devel https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/GCPGM34ZGEOVUHSBGZTRYR5XKHTIJ3T7/ --- diff --git a/pyxattr.spec b/pyxattr.spec index a10f6f0..40946e8 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -1,7 +1,7 @@ Name: pyxattr Summary: Extended attributes library wrapper for Python Version: 0.7.1 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ URL: https://pyxattr.k1024.org/ Source0: %{URL}/downloads/%{name}-%{version}.tar.gz @@ -11,6 +11,7 @@ Source2: https://k1024.org/files/key.asc BuildRequires: gcc BuildRequires: libattr-devel BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: gnupg2 BuildRequires: %{py3_dist pytest} @@ -51,6 +52,10 @@ python3 -m pytest test %doc NEWS README.md %changelog +* Tue Jun 23 2020 Dan Čermák - 0.7.1-5 +- BuildRequire python3-setuptools besides python3-devel + (see https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/GCPGM34ZGEOVUHSBGZTRYR5XKHTIJ3T7/) + * Fri May 22 2020 Miro Hrončok - 0.7.1-4 - Rebuilt for Python 3.9