package/python-secretstorage: drop Python 2 support
authorAsaf Kahlon <asafka7@gmail.com>
Sun, 20 Oct 2019 15:11:26 +0000 (18:11 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 21 Oct 2019 18:33:23 +0000 (20:33 +0200)
Since version 3.0.0, secretstorage doesn't support Python 2 anymore.
Update its reverese dependency (python-keyring) as well.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-keyring/Config.in
package/python-secretstorage/Config.in

index 23d86a482279a6d68a8c820cf2b63abab036e5b1..3961ee8b816db872a4224bdf68084d9051d8329a 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_KEYRING
        bool "python-keyring"
+       depends BR2_PACKAGE_PYTHON3 # python-secretstorage
        depends on BR2_INSTALL_LIBSTDCPP # python-secretstorage
        select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime
        help
index 87aaf6a7280ce79a2bbf57cfb1c8e7bc2ee2beea..78a0a2ae15d39d589a4f49f4433a6741fadf2110 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_SECRETSTORAGE
        bool "python-secretstorage"
+       depends on BR2_PACKAGE_PYTHON3
        depends on BR2_INSTALL_LIBSTDCPP # python-cryptography
        select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
        help