package/python-channels-redis: drop unneeded redis dependency
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 3 Oct 2019 16:51:20 +0000 (18:51 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 5 Oct 2019 14:07:26 +0000 (16:07 +0200)
Fixes:
 - http://autobuild.buildroot.org/results/3053d6470da905218817a7d9b3945f07d70f8296

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/python-channels-redis/python-channels-redis.mk

index d56f403a7c094370ef6a8d89b7f93c3d452840fa..4765c1013a82e6693664fac328bebae1bd8e6bf8 100644 (file)
@@ -10,6 +10,5 @@ PYTHON_CHANNELS_REDIS_SITE = https://files.pythonhosted.org/packages/79/20/896a5
 PYTHON_CHANNELS_REDIS_SETUP_TYPE = setuptools
 PYTHON_CHANNELS_REDIS_LICENSE = BSD-3-Clause
 PYTHON_CHANNELS_REDIS_LICENSE_FILES = LICENSE
-PYTHON_CHANNELS_REDIS_DEPENDENCIES = redis
 
 $(eval $(python-package))