1 { lib, buildPythonPackage, fetchPypi,
2 ofxhome, ofxparse, beautifulsoup4, lxml, keyring
5 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "0jdhqsbl34yn3n0x6mwsnl58c25v5lp6vr910c2hk7l74l5y7538";
15 substituteInPlace setup.py --replace '"argparse",' ""
18 # ImportError: No module named tests
21 propagatedBuildInputs = [ ofxhome ofxparse beautifulsoup4 lxml keyring ];
24 homepage = "https://github.com/captin411/ofxclient";
25 description = "OFX client for dowloading transactions from banks";
26 license = licenses.mit;