mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
14
package/python-canopen/python-canopen.mk
Normal file
14
package/python-canopen/python-canopen.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-canopen
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CANOPEN_VERSION = 1.0.0
|
||||
PYTHON_CANOPEN_SOURCE = canopen-$(PYTHON_CANOPEN_VERSION).tar.gz
|
||||
PYTHON_CANOPEN_SITE = https://files.pythonhosted.org/packages/1f/2b/55b6d82b3dcba184a01c6fe027df239953940e36a463cd24b71e67bd1f37
|
||||
PYTHON_CANOPEN_SETUP_TYPE = setuptools
|
||||
PYTHON_CANOPEN_LICENSE = MIT
|
||||
PYTHON_CANOPEN_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user