1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-13 17:36:27 +01:00
OpenVoiceOS/buildroot-external/package/python-sgmllib3k/python-sgmllib3k.mk
Peter Steenbergen 55846e484a MycroftOS: Implementation of a very first initial bootable version
- Add Buildroot patches to downgrade / upgrade package dependencies
  in line with the Mycroft A.I. software stack requirements.
- Add buildroot additional package dependencies in line with the
  Mycroft A.I. software stack requirements.
- Update rpi3 defconfig file.
- Implement initial root_fs overlay filestructure.
- Addition of some quick and dirty helper scripts.
- Update of README to reflect these changes.
2018-10-30 15:55:12 +01:00

13 lines
489 B
Makefile

################################################################################
#
# python-sgmllib3k
#
################################################################################
PYTHON_SGMLLIB3K_VERSION = 1.0.0
PYTHON_SGMLLIB3K_SOURCE = sgmllib3k-$(PYTHON_SGMLLIB3K_VERSION).tar.gz
PYTHON_SGMLLIB3K_SITE = https://files.pythonhosted.org/packages/9e/bd/3704a8c3e0942d711c1299ebf7b9091930adae6675d7c8f476a7ce48653c
PYTHON_SGMLLIB3K_SETUP_TYPE = setuptools
$(eval $(python-package))