forked from pool/hollywood
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
This commit is contained in:
parent
6eb941fc65
commit
47a2e702eb
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 8 06:18:53 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
|
||||
|
||||
- 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 <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user