python3{11,12}.flask-admin: drop optional boto dependency

Pending migration to boto3:
<https://github.com/pallets-eco/flask-admin/issues/2347>.
This commit is contained in:
Emily
2024-09-22 14:57:38 +01:00
parent 14b0b5a45e
commit a044feae13
@@ -1,7 +1,6 @@
{
lib,
azure-storage-blob,
boto,
buildPythonPackage,
fetchpatch,
fetchFromGitHub,
@@ -53,7 +52,6 @@ buildPythonPackage rec {
];
optional-dependencies = {
aws = [ boto ];
azure = [ azure-storage-blob ];
};