Decrementing ETSI version a bit to be compatible with pre-devel packages.
This commit is contained in:
parent
0efb052d9f
commit
774fc133da
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue