You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
0663e8d583
Also update license hash (year bump). Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
548 B
Makefile
15 lines
548 B
Makefile
################################################################################
|
|
#
|
|
# python-pysnmp
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYSNMP_VERSION = 4.4.12
|
|
PYTHON_PYSNMP_SOURCE = pysnmp-$(PYTHON_PYSNMP_VERSION).tar.gz
|
|
PYTHON_PYSNMP_SITE = https://files.pythonhosted.org/packages/4e/75/72f64c451bf5884715f84f8217b69b4025da0b67628d611cd14a5b7db217
|
|
PYTHON_PYSNMP_SETUP_TYPE = setuptools
|
|
PYTHON_PYSNMP_LICENSE = BSD-3-Clause
|
|
PYTHON_PYSNMP_LICENSE_FILES = LICENSE.rst
|
|
|
|
$(eval $(python-package))
|