summaryrefslogtreecommitdiffstats
path: root/package/python-secretstorage/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-secretstorage/Config.in')
-rw-r--r--package/python-secretstorage/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/python-secretstorage/Config.in b/package/python-secretstorage/Config.in
new file mode 100644
index 0000000000..87aaf6a728
--- /dev/null
+++ b/package/python-secretstorage/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_PYTHON_SECRETSTORAGE
+ bool "python-secretstorage"
+ depends on BR2_INSTALL_LIBSTDCPP # python-cryptography
+ select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
+ help
+ Python bindings to FreeDesktop.org Secret Service API.
+
+ https://github.com/mitya57/secretstorage
+
+comment "python-secretstorage needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud