From 47a2e702eb4f22052d69b8ccc12f48764afffd03284fea7d137eacc89d7a94aa Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 8 May 2020 07:02:25 +0000 Subject: [PATCH] Accepting request 801753 from home:seife:branches:utilities fix installation after python2 removal OBS-URL: https://build.opensuse.org/request/show/801753 OBS-URL: https://build.opensuse.org/package/show/utilities/hollywood?expand=0&rev=20 --- hollywood.changes | 7 +++++++ hollywood.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/hollywood.changes b/hollywood.changes index f706ad5..4d922e8 100644 --- a/hollywood.changes +++ b/hollywood.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 8 06:18:53 UTC 2020 - Stefan Seyfried + +- fix installation after python2 removal: + * require python3-Pygments instead of python-Pygments + * do not explicitly require "python" as this is autodetected + ------------------------------------------------------------------- Mon Mar 30 18:13:06 UTC 2020 - Sebastian Wagner diff --git a/hollywood.spec b/hollywood.spec index 5c3e86d..14a5a9c 100644 --- a/hollywood.spec +++ b/hollywood.spec @@ -43,7 +43,8 @@ Recommends: openssh-client Recommends: speedometer Recommends: tree Requires: %name-data -Requires: python-Pygments +# for /usr/bin/pygmentize +Requires: python3-Pygments Requires: tmux BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -61,7 +62,6 @@ Recommends: byobu Recommends: caca-utils Recommends: newsbeuter Requires: perl-base -Requires: python Recommends: rsstail # unavailable Recommends: ticker