Decrementing ETSI version a bit to be compatible with pre-devel packages.

This commit is contained in:
Marat Fayzullin 2024-02-04 21:47:31 -05:00
parent 0efb052d9f
commit 774fc133da
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ class FeatureDetector(object):
If you are using the OpenWebRX Debian or Ubuntu repository, the `python3-csdr-eti` package should be all you
need.
"""
required_version = LooseVersion("0.1")
required_version = LooseVersion("0.0.9")
try:
from csdreti.modules import csdreti_version