From fad15e92b0581ef727641e4b01a50d707c512422 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Jun 24 2020 09:10:40 +0000 Subject: Add explicit BR on python3-setuptools. --- diff --git a/python-markdown2.spec b/python-markdown2.spec index f848f1a..d5a6949 100644 --- a/python-markdown2.spec +++ b/python-markdown2.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.3.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A fast and complete Python implementation of Markdown License: MIT URL: https://github.com/trentm/python-%{srcname}/ @@ -10,6 +10,7 @@ Source0: https://pypi.io/packages/source/m/%{srcname}/%{srcname}-%{versio BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pygments +BuildRequires: python3-setuptools %description @@ -77,6 +78,9 @@ popd %changelog +* Wed Jun 24 2020 Thomas Moschny - 2.3.9-3 +- Add explicit BR on python3-setuptools. + * Tue May 26 2020 Miro HronĨok - 2.3.9-2 - Rebuilt for Python 3.9