pythonPackages.ofxparse: fix build

Broken by 0fde2cf4e140d6ca93303bb4622195176ffa94b2 in #49741.
This commit is contained in:
Orivej Desh 2018-12-26 02:33:07 +00:00
parent 4f909b59b4
commit 669705c620

View File

@ -3,6 +3,7 @@
, fetchPypi , fetchPypi
, six , six
, beautifulsoup4 , beautifulsoup4
, lxml
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -14,7 +15,7 @@ buildPythonPackage rec {
sha256 = "d8c81fd5089332106da1a2e8919c412c7c677f08af04d557ca767701a04e0918"; sha256 = "d8c81fd5089332106da1a2e8919c412c7c677f08af04d557ca767701a04e0918";
}; };
propagatedBuildInputs = [ six beautifulsoup4 ]; propagatedBuildInputs = [ six beautifulsoup4 lxml ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://sites.google.com/site/ofxparse"; homepage = "http://sites.google.com/site/ofxparse";