1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-27 13:41:06 +00:00
Files
operating-system/buildroot/package/python-docker-pycreds/python-docker-pycreds.mk
Pascal Vizeli b13086072c Update buildroot & docker (#25)
* Update docker & buildroot

* Fix

* fix versions
2018-05-28 14:58:22 +02:00

15 lines
606 B
Makefile

################################################################################
#
# python-docker-pycreds
#
################################################################################
PYTHON_DOCKER_PYCREDS_VERSION = 0.2.2
PYTHON_DOCKER_PYCREDS_SOURCE = docker-pycreds-$(PYTHON_DOCKER_PYCREDS_VERSION).tar.gz
PYTHON_DOCKER_PYCREDS_SITE = https://pypi.python.org/packages/db/73/42d4c698e70633d99f7f7c4c87c6de45ead5ad7b36dcfccd998fd1556ac9
PYTHON_DOCKER_PYCREDS_SETUP_TYPE = setuptools
PYTHON_DOCKER_PYCREDS_LICENSE = Apache-2.0
PYTHON_DOCKER_PYCREDS_LICENSE_FILES = LICENSE
$(eval $(python-package))