From 074260c359d57e8630e9395b0bdaaa127c629035 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Thu, 6 May 2021 18:29:20 +0100 Subject: network/sabnzbd: Fix REQUIRES for python2. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- network/sabnzbd/README | 6 +++--- network/sabnzbd/sabnzbd.info | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'network/sabnzbd') diff --git a/network/sabnzbd/README b/network/sabnzbd/README index fc4c345322749..4318d10bf14ec 100644 --- a/network/sabnzbd/README +++ b/network/sabnzbd/README @@ -4,9 +4,9 @@ This requires a sabnzbd user and group which can be created like so: # groupadd -g 296 sabnzbd # useradd -d /opt/sabnzbd -s /bin/false -u 296 -g 296 sabnzbd -SABnzbd can be started with the script /etc/rc.d/rc.sabnzbd at boot. -It will then run as user sabnzbd. This is intended for server without X usage. -SABnzbd can be configured by pointing your browser to: +SABnzbd can be started with the script /etc/rc.d/rc.sabnzbd at boot. It +will then run as user sabnzbd. This is intended for server without X +usage. SABnzbd can be configured by pointing your browser to: http://:8080 It can also be started from the application menu/launcher or from the diff --git a/network/sabnzbd/sabnzbd.info b/network/sabnzbd/sabnzbd.info index f8de3b6278b97..5dd27e47fa362 100644 --- a/network/sabnzbd/sabnzbd.info +++ b/network/sabnzbd/sabnzbd.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/sabnzbd/sabnzbd/releases/download/2.3.9/SABnzbd-2.3 MD5SUM="6845962498a6c3629818e28b32edeac6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-cheetah python-yenc pyOpenSSL unrar par2cmdline" +REQUIRES="python2-cheetah python2-yenc pyOpenSSL unrar par2cmdline" MAINTAINER="Kevin Matthew" EMAIL="kevin@kevinmatthew.com" -- cgit v1.2.3