news/sabnzbd: Fix RUN_DEPENDS

It actually allows any patch versions of SABCTOOLS_VERSION_REQUIRED.

from sabnzbd/decoder.py:
    if SABCTOOLS_VERSION[:3] != SABCTOOLS_VERSION_REQUIRED[:3]:
        raise ImportError

Reference:	2b3b5e02f5
This commit is contained in:
Po-Chuan Hsieh 2023-09-22 11:22:15 +08:00
parent cbdcfca2c9
commit 2bb710a667
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>=0:devel/py-cheetah3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.0:textproc/py-feedparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}portend>=0:net/py-portend@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sabctools>=7.1.0<7.1.1_99:news/py-sabctools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sabctools>=7.1.0<7.2:news/py-sabctools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}guessit>0:multimedia/py-guessit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}puremagic>0:sysutils/py-puremagic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pysocks>0:net/py-pysocks@${PY_FLAVOR} \