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-opcua-asyncio/python-opcua-asyncio.mk
Normal file
14
package/python-opcua-asyncio/python-opcua-asyncio.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-opcua-asyncio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OPCUA_ASYNCIO_VERSION = 0.8.4
|
||||
PYTHON_OPCUA_ASYNCIO_SOURCE = opcua-asyncio-$(PYTHON_OPCUA_ASYNCIO_VERSION).tar.gz
|
||||
PYTHON_OPCUA_ASYNCIO_SITE = $(call github,FreeOpcUa,opcua-asyncio,$(PYTHON_OPCUA_ASYNCIO_VERSION))
|
||||
PYTHON_OPCUA_ASYNCIO_SETUP_TYPE = setuptools
|
||||
PYTHON_OPCUA_ASYNCIO_LICENSE = LGPL-3.0+
|
||||
PYTHON_OPCUA_ASYNCIO_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user