From a3b9443d934a570fcc5714319e3c7702d894996b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 9 Jan 2018 12:18:13 +0000 Subject: [PATCH] Recommend Pygments --- python-flit.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-flit.spec b/python-flit.spec index e852cef..2d10268 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -9,7 +9,7 @@ Name: python-%{srcname} Version: 0.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} # ./flit/logo.py under ASL 2.0 license @@ -66,6 +66,9 @@ Requires: python3-pytoml Requires: python3-requests-download %endif +# soft dependency: (WARNING) Cannot analyze code. Pygments package not found. +Recommends: python3-pygments + %description -n python3-%{srcname} Flit is a simple way to put Python packages and modules on PyPI. @@ -109,6 +112,9 @@ py.test-3 %changelog +* Tue Jan 09 2018 Miro HronĨok - 0.13-2 +- Recommend Pygments + * Sat Dec 23 2017 Mukundan Ragavan - 0.13-1 - Update to 0.13