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:
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_TINYRPC
|
||||
bool "python-tinyrpc"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
A small, modular, transport and protocol neutral RPC
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/tinyrpc/json
|
||||
md5 ee8fd20fb4879d4ec96500e50333b6cf tinyrpc-1.0.1.tar.gz
|
||||
sha256 4572c9d63b056b5eb24bae5e0894115fe6b5c3fa314851d9df439c7d3f8e9d2b tinyrpc-1.0.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 4b41fab967fb1c978f573bf0d609a3b12cc3b6ed62bd3108f43f575563746396 tinyrpc-1.0.4.tar.gz
|
||||
md5 cd61e3cbc01ea940abc97d3a87abf4a7 tinyrpc-1.0.4.tar.gz
|
||||
sha256 587f1ea174824613f4a7e0d7fb95fda000a7f58ca17df12416e014c9ee82e619 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TINYRPC_VERSION = 1.0.1
|
||||
PYTHON_TINYRPC_VERSION = 1.0.4
|
||||
PYTHON_TINYRPC_SOURCE = tinyrpc-$(PYTHON_TINYRPC_VERSION).tar.gz
|
||||
PYTHON_TINYRPC_SITE = https://files.pythonhosted.org/packages/1f/f9/d2f9aa8238fc4f3f92e3912b3768c67e3b74257fdf47da2db391354be285
|
||||
PYTHON_TINYRPC_SITE = https://files.pythonhosted.org/packages/9d/91/c639ba014aada92446516c5fc4b04f2cee3539ab2d0758a6a87a6da973cb
|
||||
PYTHON_TINYRPC_SETUP_TYPE = setuptools
|
||||
PYTHON_TINYRPC_LICENSE = MIT
|
||||
PYTHON_TINYRPC_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user