You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
aee3c9ee9e
Pypi now proves a sha256 hash as well. Drop 0001-setup.py-make-pip-optional.patch as upstream has now completely removed the docker-py checks: https://github.com/docker/docker-py/commit/accb9de52f6e383ad0335807f73c8c35bd6e7426 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
541 B
Makefile
15 lines
541 B
Makefile
################################################################################
|
|
#
|
|
# python-docker
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DOCKER_VERSION = 3.5.1
|
|
PYTHON_DOCKER_SOURCE = docker-$(PYTHON_DOCKER_VERSION).tar.gz
|
|
PYTHON_DOCKER_SITE = https://files.pythonhosted.org/packages/b1/4f/d4f646843335430701d459fea08b0285a2c0a364150dd5b9c5f27f723121
|
|
PYTHON_DOCKER_SETUP_TYPE = setuptools
|
|
PYTHON_DOCKER_LICENSE = Apache-2.0
|
|
PYTHON_DOCKER_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|