yfinance: fix build

(cherry picked from commit 7402bc6c2e)
This commit is contained in:
Vikram Narayanan
2021-11-24 19:23:59 -08:00
committed by github-actions[bot]
parent 7918d1c96b
commit 157f18a8cf

View File

@@ -5,6 +5,7 @@
, numpy
, pandas
, requests
, lxml
}:
buildPythonPackage rec {
@@ -22,6 +23,7 @@ buildPythonPackage rec {
numpy
pandas
requests
lxml
];
doCheck = false; # Tests require internet access