You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
c75ac80eea
License hash changed due to syntax update: https://github.com/redis/redis-py/commit/2a0405d07e20ac7f695ff67415ad6c8368fd6066 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
525 B
Makefile
15 lines
525 B
Makefile
################################################################################
|
|
#
|
|
# python-redis
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_REDIS_VERSION = 4.4.0
|
|
PYTHON_REDIS_SOURCE = redis-$(PYTHON_REDIS_VERSION).tar.gz
|
|
PYTHON_REDIS_SITE = https://files.pythonhosted.org/packages/7a/05/671367bb466b3301bc4543fdad6ac107214ca327c8d97165b30246d87e88
|
|
PYTHON_REDIS_SETUP_TYPE = setuptools
|
|
PYTHON_REDIS_LICENSE = MIT
|
|
PYTHON_REDIS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|