mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-25 12:16:18 +00:00
Buildroot 2018-11 (#258)
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
This commit is contained in:
14
buildroot/package/python-semver/python-semver.mk
Normal file
14
buildroot/package/python-semver/python-semver.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-semver
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SEMVER_VERSION = 2.8.1
|
||||
PYTHON_SEMVER_SOURCE = semver-$(PYTHON_SEMVER_VERSION).tar.gz
|
||||
PYTHON_SEMVER_SITE = https://files.pythonhosted.org/packages/47/13/8ae74584d6dd33a1d640ea27cd656a9f718132e75d759c09377d10d64595
|
||||
PYTHON_SEMVER_SETUP_TYPE = setuptools
|
||||
# no license file in tarball, but available in git
|
||||
PYTHON_SEMVER_LICENSE = BSD-3-Clause
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user