Buildroot: MycroftOS: Remove buildroot-external python-wrapt

python-wrapt is now officially supported within 2018.11.x
This commit is contained in:
Peter Steenbergen 2019-01-08 15:46:13 +01:00
parent 0fe20fdc91
commit f59401b6b4
4 changed files with 0 additions and 26 deletions

View File

@ -49,7 +49,6 @@ menu "Additional external python modules"
source "$BR2_EXTERNAL_MYCROFTOS_PATH/package/python-speechrecognition/Config.in"
source "$BR2_EXTERNAL_MYCROFTOS_PATH/package/python-uritemplate/Config.in"
source "$BR2_EXTERNAL_MYCROFTOS_PATH/package/python-vlc/Config.in"
source "$BR2_EXTERNAL_MYCROFTOS_PATH/package/python-wrapt/Config.in"
source "$BR2_EXTERNAL_MYCROFTOS_PATH/package/python-xmlrunner/Config.in"
source "$BR2_EXTERNAL_MYCROFTOS_PATH/package/python-xxhash/Config.in"
source "$BR2_EXTERNAL_MYCROFTOS_PATH/package/python-zeroconf/Config.in"

View File

@ -1,6 +0,0 @@
config BR2_PACKAGE_PYTHON_WRAPT
bool "python-wrapt"
help
Module for decorators, wrappers and monkey patching.
https://github.com/GrahamDumpleton/wrapt

View File

@ -1,5 +0,0 @@
# md5, sha256 from https://pypi.org/pypi/wrapt/json
md5 e1346f31782d50401f81c2345b037076 wrapt-1.10.11.tar.gz
sha256 d4d560d479f2c21e1b5443bbd15fe7ec4b37fe7e53d335d3b9b0a7b1226fe3c6 wrapt-1.10.11.tar.gz
# Locally computed sha256 checksums
sha256 b6d2e5d228202a11bc5e5988661fc5d8acc1ba4f27256c37e19029131a30b1f2 LICENSE

View File

@ -1,14 +0,0 @@
################################################################################
#
# python-wrapt
#
################################################################################
PYTHON_WRAPT_VERSION = 1.10.11
PYTHON_WRAPT_SOURCE = wrapt-$(PYTHON_WRAPT_VERSION).tar.gz
PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/a0/47/66897906448185fcb77fc3c2b1bc20ed0ecca81a0f2f88eda3fc5a34fc3d
PYTHON_WRAPT_SETUP_TYPE = distutils
PYTHON_WRAPT_LICENSE = BSD-2-Clause
PYTHON_WRAPT_LICENSE_FILES = LICENSE
$(eval $(python-package))