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 { buildPythonPackage
, fetchPypi , fetchPypi
, lib , lib
, isPy27
# pythonPackages # pythonPackages
, msal , msal
, pathlib2
, portalocker , portalocker
}: }:
@ -19,6 +21,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
msal msal
portalocker portalocker
] ++ lib.optionals isPy27 [
pathlib2
]; ];
# No tests found # No tests found