mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
package/python-secretstorage: drop Python 2 support
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>
This commit is contained in:
parent
9b746f81e7
commit
4cee5723e0
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_PYTHON_KEYRING
|
config BR2_PACKAGE_PYTHON_KEYRING
|
||||||
bool "python-keyring"
|
bool "python-keyring"
|
||||||
|
depends BR2_PACKAGE_PYTHON3 # python-secretstorage
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # python-secretstorage
|
depends on BR2_INSTALL_LIBSTDCPP # python-secretstorage
|
||||||
select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime
|
select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime
|
||||||
help
|
help
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_PYTHON_SECRETSTORAGE
|
config BR2_PACKAGE_PYTHON_SECRETSTORAGE
|
||||||
bool "python-secretstorage"
|
bool "python-secretstorage"
|
||||||
|
depends on BR2_PACKAGE_PYTHON3
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # python-cryptography
|
depends on BR2_INSTALL_LIBSTDCPP # python-cryptography
|
||||||
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user