diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-12-18 09:07:05 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-18 10:47:30 +0100 |
commit | 540e51d06bfdf78ce88cba4fc0e0550a22e29722 (patch) | |
tree | dcb757d725b3c08fb405aa7f8cc25513b1fdfe02 /package/python-keyring/Config.in | |
parent | a24153a73fc13fb580aa7fcf3c58745ad69e5f8e (diff) | |
download | buildroot-540e51d06bfdf78ce88cba4fc0e0550a22e29722.tar.gz buildroot-540e51d06bfdf78ce88cba4fc0e0550a22e29722.zip |
python-keyring: bump to version 10.5.0
Fix licence information and add licence checksum.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-keyring/Config.in')
-rw-r--r-- | package/python-keyring/Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/python-keyring/Config.in b/package/python-keyring/Config.in index a6eacf52a5..23d86a4822 100644 --- a/package/python-keyring/Config.in +++ b/package/python-keyring/Config.in @@ -1,8 +1,12 @@ config BR2_PACKAGE_PYTHON_KEYRING bool "python-keyring" - depends on BR2_PACKAGE_PYTHON + depends on BR2_INSTALL_LIBSTDCPP # python-secretstorage + select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime help The Python keyring lib provides a easy way to access the system keyring service from Python. https://pypi.python.org/pypi/keyring + +comment "python-keyring needs a toolchain w/ C++" + depends on !BR2_INSTALL_LIBSTDCPP |