934d3e62e6
The package imports itself in setup.py to get the package-name and version number. Dping this during the buildroot build would require buisling host-python with sqlite support, which we are currently not set up for. It also seems wasteful for just extracting the version number and package name, so instead we replace the import by using a hardcoded package-name and the version number stored in buildroot. Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
config BR2_PACKAGE_PYTHON_DISKCACHE
|
|
bool "python-diskcache"
|
|
select BR2_PACKAGE_PYTHON3_SQLITE # runtime
|
|
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
|
|
help
|
|
Disk Cache -- Disk and file backed persistent cache.
|
|
|
|
http://www.grantjenks.com/docs/diskcache/
|