From db54311fcfd3bf58ea63c7b820c0c36317cfe3d4 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Oct 05 2020 11:03:19 +0000 Subject: Add python3-setuptools to build requirements. --- diff --git a/python3-py3dns.spec b/python3-py3dns.spec index 30cbb83..60eed7f 100644 --- a/python3-py3dns.spec +++ b/python3-py3dns.spec @@ -3,7 +3,7 @@ Name: python3-py3dns Version: 3.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python3 DNS library License: Python @@ -21,6 +21,7 @@ Patch1: python3-py3dns-py3_friendly_warning.patch BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3-setuptools %description This Python 3 module provides a DNS API for looking up DNS entries from @@ -68,6 +69,9 @@ done %{python3_sitelib}/%{distname}-%{version}* %changelog +* Mon Oct 5 2020 Bojan Smojver - 3.2.1-2 +- Add python3-setuptools to build requirements + * Sun Aug 2 2020 Bojan Smojver - 3.2.1-1 - Bump up to 3.2.1, bug #1862311