1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-18 03:49:03 +01:00
OpenVoiceOS/buildroot-external/package/python-bs4/python-bs4.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

15 lines
500 B
Makefile

################################################################################
#
# python-bs4
#
################################################################################
PYTHON_BS4_VERSION = 0.0.1
PYTHON_BS4_SOURCE = bs4-$(PYTHON_BS4_VERSION).tar.gz
PYTHON_BS4_SITE = https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314
PYTHON_BS4_SETUP_TYPE = setuptools
PYTHON_BS4_LICENSE =
$(eval $(python-package))
$(eval $(host-python-package))