Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 693074 | Differences between
and this patch

Collapse All | Expand All

(-)a/python/plugins/processing/algs/saga/SagaAlgorithmProvider.py (-1 / +1 lines)
Lines 39-45 Link Here
39
pluginPath = os.path.normpath(os.path.join(
39
pluginPath = os.path.normpath(os.path.join(
40
    os.path.split(os.path.dirname(__file__))[0], os.pardir))
40
    os.path.split(os.path.dirname(__file__))[0], os.pardir))
41
41
42
REQUIRED_VERSION = '2.3.'
42
REQUIRED_VERSION = '7.3.'
43
43
44
44
45
class SagaAlgorithmProvider(QgsProcessingProvider):
45
class SagaAlgorithmProvider(QgsProcessingProvider):

Return to bug 693074