From 459ed5d825a0d9aa40c7c1677e2cdcc333f5c1f3 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Aug 19 2019 16:25:50 +0000 Subject: Fix build by adding missing BR --- diff --git a/python-cookiecutter.spec b/python-cookiecutter.spec index a6a7b0c..5b1a1db 100644 --- a/python-cookiecutter.spec +++ b/python-cookiecutter.spec @@ -2,7 +2,7 @@ Name: python-cookiecutter Version: 1.6.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: CLI utility to create projects from templates License: BSD URL: https://github.com/audreyr/cookiecutter @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-sphinx +BuildRequires: python3-sphinx_rtd_theme BuildRequires: python3-click BuildRequires: python3-whichcraft BuildRequires: python3-binaryornot @@ -84,6 +85,9 @@ make docs %doc *.rst %changelog +* Mon Aug 19 2019 Ankur Sinha - 1.6.0-10 +- Fix failing build by adding the missing BR + * Mon Aug 19 2019 Miro HronĨok - 1.6.0-9 - Rebuilt for Python 3.8