mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
python-pyhocon: fix missing BR2_PACKAGE_PYTHON3 depends
This commit is contained in:
parent
bc1f321a26
commit
14aee9b01f
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_PYTHON_PYHOCON
|
config BR2_PACKAGE_PYTHON_PYHOCON
|
||||||
bool "python-pyhocon"
|
bool "python-pyhocon"
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||||
select BR2_PACKAGE_PYTHON_PYPARSING
|
select BR2_PACKAGE_PYTHON_PYPARSING
|
||||||
help
|
help
|
||||||
HOCON parser for Python
|
HOCON parser for Python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user