generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
14
package/python-redis/python-redis.mk
Normal file
14
package/python-redis/python-redis.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-redis
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_REDIS_VERSION = 3.5.3
|
||||
PYTHON_REDIS_SOURCE = redis-$(PYTHON_REDIS_VERSION).tar.gz
|
||||
PYTHON_REDIS_SITE = https://files.pythonhosted.org/packages/b3/17/1e567ff78c83854e16b98694411fe6e08c3426af866ad11397cddceb80d3
|
||||
PYTHON_REDIS_SETUP_TYPE = setuptools
|
||||
PYTHON_REDIS_LICENSE = MIT
|
||||
PYTHON_REDIS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user