67df8af1da
Replace python-aioredis runtime dependency with python-redis. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
615 B
Makefile
15 lines
615 B
Makefile
################################################################################
|
|
#
|
|
# python-channels-redis
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CHANNELS_REDIS_VERSION = 4.1.0
|
|
PYTHON_CHANNELS_REDIS_SOURCE = channels_redis-$(PYTHON_CHANNELS_REDIS_VERSION).tar.gz
|
|
PYTHON_CHANNELS_REDIS_SITE = https://files.pythonhosted.org/packages/5b/3b/941efa8e337c3537475926fbf86e8cfe38a919e0f60bb9538b1cff364b8d
|
|
PYTHON_CHANNELS_REDIS_SETUP_TYPE = setuptools
|
|
PYTHON_CHANNELS_REDIS_LICENSE = BSD-3-Clause
|
|
PYTHON_CHANNELS_REDIS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|