python2Packages.msal-extensions: fix dependencies

This commit is contained in:
Jonathan Ringer 2020-10-17 09:52:18 -07:00 committed by Jon
parent 32c5b753fa
commit a08d761d1e

View file

@ -1,9 +1,11 @@
{ buildPythonPackage
, fetchPypi
, lib
, isPy27
# pythonPackages
, msal
, pathlib2
, portalocker
}:
@ -19,6 +21,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [
msal
portalocker
] ++ lib.optionals isPy27 [
pathlib2
];
# No tests found