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:
@@ -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 ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user