python3Packages.azure-storage: fix missing dep
This commit is contained in:
parent
00cb1ea400
commit
ac36e938f2
|
@ -3,6 +3,7 @@
|
|||
, fetchPypi
|
||||
, python
|
||||
, azure-common
|
||||
, cryptography
|
||||
, futures ? null
|
||||
, dateutil
|
||||
, requests
|
||||
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue