From 05f31e7c6c02fa8e9bb515736017b712ea12d195 Mon Sep 17 00:00:00 2001 From: David King Date: Jun 24 2020 09:21:47 +0000 Subject: BuildRequire python3-setuptools explicitly https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/GCPGM34ZGEOVUHSBGZTRYR5XKHTIJ3T7/ --- diff --git a/python3-mallard-ducktype.spec b/python3-mallard-ducktype.spec index 8a6d882..ec82545 100644 --- a/python3-mallard-ducktype.spec +++ b/python3-mallard-ducktype.spec @@ -2,7 +2,7 @@ Name: python3-mallard-ducktype Version: 1.0.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Parse Ducktype files and convert them to Mallard License: MIT @@ -12,6 +12,7 @@ Source0: https://github.com/projectmallard/%{srcname}/archive/%{version}/%{versi BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3-setuptools %description Parse Ducktype files and convert them to Mallard. @@ -42,6 +43,9 @@ Parse Ducktype files and convert them to Mallard. %changelog +* Wed Jun 24 2020 David King - 1.0.2-7 +- BuildRequire python3-setuptools explicitly + * Tue May 26 2020 Miro HronĨok - 1.0.2-6 - Rebuilt for Python 3.9