9 , google-api-python-client
29 buildPythonPackage rec {
32 format = "setuptools";
34 disabled = pythonOlder "3.7";
37 inherit pname version;
38 sha256 = "1c69vzf8sg8471lcaafpz9iw2q3rfj5hmcpqrs2k59fkgbvy32zw";
45 propagatedBuildInputs = [
52 google-api-python-client
69 substituteInPlace setup.cfg \
70 --replace "with-doctest = 1" "" \
71 --replace "with-coverage = 1" "" \
72 --replace "weboob.browser.filters.standard," "" \
73 --replace "weboob.browser.tests.filters," "" \
74 --replace "weboob.tools.application.formatters.json," "" \
75 --replace "weboob.tools.application.formatters.table," "" \
76 --replace "weboob.tools.capabilities.bank.transactions," ""
87 pythonImportsCheck = [
92 description = "Collection of applications and APIs to interact with websites";
93 homepage = "http://weboob.org";
94 license = licenses.agpl3Plus;
95 maintainers = with maintainers; [ ];