blob: 09b06553dff5559a1f6ea50ee96978a60e6f39f9 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache."
2HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c60ef82f0f40155453f6d5f2c94b6e8e"
5
Andrew Geissler5082cc72023-09-11 08:41:39 -04006SRC_URI[sha256sum] = "2c3a3fa2743d8535d832ec61c2054a1641f41775aa7c556758a109941e33e4fc"
Andrew Geissler595f6302022-01-24 19:11:47 +00007
8PYPI_PACKAGE = "diskcache"
9
10inherit pypi setuptools3
11
12RDEPENDS:${PN} = "\
Patrick Williams39653562024-03-01 08:54:02 -060013 python3-json \
14 python3-pickle \
15 python3-sqlite3 \
16 python3-core \
17 python3-io \
18 python3-compression \
19 python3-threading \
Andrew Geissler595f6302022-01-24 19:11:47 +000020"
21
22CLEANBROKEN = "1"