sabnzbd: add explicit python_version=2
This commit is contained in:
parent
16f49916e3
commit
9fa927655f
|
@ -10,10 +10,11 @@ depends="par2cmdline python-cheetah python-configobj python-feedparser
|
|||
short_desc="Open Source Binary Newsreader written in Python"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
changelog="https://github.com/sabnzbd/sabnzbd/releases"
|
||||
homepage="https://sabnzbd.org/"
|
||||
changelog="https://github.com/sabnzbd/sabnzbd/releases"
|
||||
distfiles="https://github.com/sabnzbd/sabnzbd/releases/download/${version}/SABnzbd-${version}-src.tar.gz"
|
||||
checksum=f3ab6dffba914e6ddf88f1a755ec3ebaa95f0bdbec6f04b7bf0f90822249bb0c
|
||||
python_version=2 #unverified
|
||||
|
||||
post_extract() {
|
||||
rm -rf gntp sabnzbd/utils/{feedparser,configobj}.py
|
||||
|
|
Loading…
Reference in New Issue