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