1039f4bbbb
Add 'pickleshare'[1] package to buildroot. Needed by IPython. [1] https://pypi.python.org/pypi/pickleshare Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
config BR2_PACKAGE_PYTHON_PICKLESHARE
|
|
bool "python-pickleshare"
|
|
select BR2_PACKAGE_PYTHON_PATHLIB2 if BR2_PACKAGE_PYTHON # runtime
|
|
help
|
|
Tiny 'shelve'-like database with concurrency support
|
|
|
|
https://pypi.python.org/pypi/pickleshare
|