Skip to content

Commit

Permalink
python3Packages.azure-storage: fix missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed May 6, 2021
1 parent 00cb1ea commit ac36e93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/azure-storage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
, fetchPypi
, python
, azure-common
, cryptography
, futures ? null
, dateutil
, requests
Expand All @@ -18,7 +19,7 @@ buildPythonPackage rec {
sha256 = "0pyasfxkin6j8j00qmky7d9cvpxgis4fi9bscgclj6yrpvf14qpv";
};

propagatedBuildInputs = [ azure-common dateutil requests ]
propagatedBuildInputs = [ azure-common cryptography dateutil requests ]
++ pkgs.lib.optionals (!isPy3k) [ futures ];

postPatch = ''
Expand Down

0 comments on commit ac36e93

Please sign in to comment.