Commit 1ec13284 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

python-pysnmp{, -apps, -mibs}: allow to build with Python 3

parent 255d51f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_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
	depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn
	help
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_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
	depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn
	help
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_PYTHON_PYSNMP
	bool "python-pysnmp"
	depends on BR2_PACKAGE_PYTHON
	depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
	depends on BR2_INSTALL_LIBSTDCPP # pyasn
	select BR2_PACKAGE_PYTHON_PYASN
	select BR2_PACKAGE_PYTHON_PYCRYPTO