1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

MycroftOS: Upgrade python-adapt-parser to 0.3.4

This commit is contained in:
Peter Steenbergen
2019-11-27 13:40:38 +01:00
parent b6d1742913
commit dc787876c9
3 changed files with 28 additions and 3 deletions

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ADAPT_PARSER_VERSION = 0.3.3
PYTHON_ADAPT_PARSER_VERSION = 0.3.4
PYTHON_ADAPT_PARSER_SOURCE = adapt-parser-$(PYTHON_ADAPT_PARSER_VERSION).tar.gz
PYTHON_ADAPT_PARSER_SITE = https://files.pythonhosted.org/packages/d7/be/be6417e4b6c099dfdcfec8c512de1c1e11ba446e6c81f405bd313fc2d6b4
PYTHON_ADAPT_PARSER_SITE = https://files.pythonhosted.org/packages/01/80/2a437b4b59ada21209a420e44d9597d13f3853df3f16040d3077e1a7976a
PYTHON_ADAPT_PARSER_SETUP_TYPE = setuptools
$(eval $(python-package))