mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
python-pysnmp{, -apps, -mibs}: allow to build with Python 3
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
255d51f76c
commit
1ec1328417
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_PYTHON_PYSNMP_APPS
|
config BR2_PACKAGE_PYTHON_PYSNMP_APPS
|
||||||
bool "python-pysnmp-apps"
|
bool "python-pysnmp-apps"
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||||
select BR2_PACKAGE_PYTHON_PYSNMP
|
select BR2_PACKAGE_PYTHON_PYSNMP
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn
|
depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_PYTHON_PYSNMP_MIBS
|
config BR2_PACKAGE_PYTHON_PYSNMP_MIBS
|
||||||
bool "python-pysnmp-mibs"
|
bool "python-pysnmp-mibs"
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||||
select BR2_PACKAGE_PYTHON_PYSNMP
|
select BR2_PACKAGE_PYTHON_PYSNMP
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn
|
depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_PYTHON_PYSNMP
|
config BR2_PACKAGE_PYTHON_PYSNMP
|
||||||
bool "python-pysnmp"
|
bool "python-pysnmp"
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # pyasn
|
depends on BR2_INSTALL_LIBSTDCPP # pyasn
|
||||||
select BR2_PACKAGE_PYTHON_PYASN
|
select BR2_PACKAGE_PYTHON_PYASN
|
||||||
select BR2_PACKAGE_PYTHON_PYCRYPTO
|
select BR2_PACKAGE_PYTHON_PYCRYPTO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user