mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-05 13:28:18 +01:00
55846e484a
- 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.
15 lines
597 B
Makefile
15 lines
597 B
Makefile
################################################################################
|
|
#
|
|
# python-feedparser
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FEEDPARSER_VERSION = 5.2.1
|
|
PYTHON_FEEDPARSER_SOURCE = feedparser-$(PYTHON_FEEDPARSER_VERSION).tar.bz2
|
|
PYTHON_FEEDPARSER_SITE = https://files.pythonhosted.org/packages/91/d8/7d37fec71ff7c9dbcdd80d2b48bcdd86d6af502156fc93846fb0102cb2c4
|
|
PYTHON_FEEDPARSER_SETUP_TYPE = setuptools
|
|
PYTHON_FEEDPARSER_LICENSE = BSD-2-Clause
|
|
PYTHON_FEEDPARSER_LICENSE_FILES = LICENSE docs/license.rst
|
|
|
|
$(eval $(python-package))
|