Skip to content

Commit

Permalink
python312Packages.azure-multiapi-storage: fix build
Browse files Browse the repository at this point in the history
Removes the unused msrestazure dependency and adds the missing
python-dateutil dependency

(cherry picked from commit 6370e0f)
  • Loading branch information
pyrox0 authored and github-actions[bot] committed Dec 5, 2024
1 parent 87cdf6b commit c16a034
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
cryptography,
fetchPypi,
msrest,
msrestazure,
pythonOlder,
requests,
setuptools,
python-dateutil,
}:

buildPythonPackage rec {
Expand All @@ -31,8 +31,8 @@ buildPythonPackage rec {
azure-core
cryptography
msrest
msrestazure
requests
python-dateutil
];

# fix namespace
Expand Down

0 comments on commit c16a034

Please sign in to comment.