blob: 1887bf9e80c2858b08eb7e5441cba7912a1a0e24 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Python client for Redis key-value store"
2DESCRIPTION = "The Python interface to the Redis key-value store."
3HOMEPAGE = "http://github.com/andymccurdy/redis-py"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
6
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05007SRC_URI[md5sum] = "7a00d4540374f34e152a33faa1fcee5f"
8SRC_URI[sha256sum] = "0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2"
Andrew Geissler82c905d2020-04-13 13:39:40 -05009
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010inherit pypi setuptools3
Andrew Geissler82c905d2020-04-13 13:39:40 -050011
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-datetime \
Andrew Geissler89770b02020-06-13 10:40:47 -050014 ${PYTHON_PN}-cryptography \
Andrew Geissler82c905d2020-04-13 13:39:40 -050015"