python2Packages.msal-extensions: fix dependencies
This commit is contained in:
parent
32c5b753fa
commit
a08d761d1e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue