setup: added python version requirement
Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
parent
06b05a35b6
commit
6d6e7ff2e7
3
setup.py
3
setup.py
@ -86,4 +86,7 @@ setup(
|
|||||||
'distro>=1.0.0',
|
'distro>=1.0.0',
|
||||||
'jsonschema>=2.5.0',
|
'jsonschema>=2.5.0',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
# At least python 3.4 is needed for asyncio:
|
||||||
|
python_requires='>=3.4',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user