1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-02-22 18:56:12 +00:00
Files
operating-system/buildroot/package/python-ply/python-ply.mk
Pascal Vizeli 41d3f59002 Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3

* Fix enter script

* Update ova_defconfig

* Fix network manager

* Remove runc patches

* Use same docker version

* Fix build

* Fix vmtools

* Fix depens

* Fix handling with tempfiles

* Fix permission handling

* Fix cp

* Cleanup

* Fix mounts
2019-06-27 11:58:50 +02:00

16 lines
548 B
Makefile

################################################################################
#
# python-ply
#
################################################################################
PYTHON_PLY_VERSION = 3.11
PYTHON_PLY_SOURCE = ply-$(PYTHON_PLY_VERSION).tar.gz
PYTHON_PLY_SITE = https://files.pythonhosted.org/packages/e5/69/882ee5c9d017149285cab114ebeab373308ef0f874fcdac9beb90e0ac4da
PYTHON_PLY_SETUP_TYPE = setuptools
PYTHON_PLY_LICENSE = BSD-3-Clause
PYTHON_PLY_LICENSE_FILES = README.md
$(eval $(python-package))
$(eval $(host-python-package))