mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/requests-oauthlib/json
|
||||
md5 1ebcd55f1b1b9281940b4bc33010e2ba requests-oauthlib-1.3.0.tar.gz
|
||||
sha256 b4261601a71fd721a8bd6d7aa1cc1d6a8a93b4a9f5e96626f8e4d91e8beeaa6a requests-oauthlib-1.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 ae01846afad8a8291fe6a08966f3015af9a8ff675d84b981f9793c122f7876e8 LICENSE
|
||||
# md5 from https://pypi.python.org/pypi/requests_oauthlib/json, sha256 locally computed
|
||||
md5 4358a879a4377393bcfd37d0f9ae6d4d requests-oauthlib-0.8.0.tar.gz
|
||||
sha256 883ac416757eada6d3d07054ec7092ac21c7f35cb1d2cf82faf205637081f468 requests-oauthlib-0.8.0.tar.gz
|
||||
sha256 ae01846afad8a8291fe6a08966f3015af9a8ff675d84b981f9793c122f7876e8 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_REQUESTS_OAUTHLIB_VERSION = 1.3.0
|
||||
PYTHON_REQUESTS_OAUTHLIB_VERSION = 0.8.0
|
||||
PYTHON_REQUESTS_OAUTHLIB_SOURCE = requests-oauthlib-$(PYTHON_REQUESTS_OAUTHLIB_VERSION).tar.gz
|
||||
PYTHON_REQUESTS_OAUTHLIB_SITE = https://files.pythonhosted.org/packages/23/eb/68fc8fa86e0f5789832f275c8289257d8dc44dbe93fce7ff819112b9df8f
|
||||
PYTHON_REQUESTS_OAUTHLIB_SITE = https://pypi.python.org/packages/80/14/ad120c720f86c547ba8988010d5186102030591f71f7099f23921ca47fe5
|
||||
PYTHON_REQUESTS_OAUTHLIB_SETUP_TYPE = setuptools
|
||||
PYTHON_REQUESTS_OAUTHLIB_LICENSE = ISC
|
||||
PYTHON_REQUESTS_OAUTHLIB_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user