Bump buidlroot version to 2018.02.6
This commit is contained in:
8
bsp/buildroot/package/python-requests-oauthlib/Config.in
Normal file
8
bsp/buildroot/package/python-requests-oauthlib/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_REQUESTS_OAUTHLIB
|
||||
bool "python-requests-oauthlib"
|
||||
select BR2_PACKAGE_PYTHON_OAUTHLIB # runtime
|
||||
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
||||
help
|
||||
OAuthlib authentication support for Requests.
|
||||
|
||||
https://github.com/requests/requests-oauthlib
|
||||
@@ -0,0 +1,4 @@
|
||||
# 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
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-requests-oauthlib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_REQUESTS_OAUTHLIB_VERSION = 0.8.0
|
||||
PYTHON_REQUESTS_OAUTHLIB_SOURCE = requests-oauthlib-$(PYTHON_REQUESTS_OAUTHLIB_VERSION).tar.gz
|
||||
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
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user