diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template index 2205347d1bd..4cbf9f38564 100644 --- a/srcpkgs/beancount/template +++ b/srcpkgs/beancount/template @@ -1,15 +1,17 @@ # Template file for 'beancount' pkgname=beancount version=2.3.6 -revision=1 +revision=2 build_style=python3-module make_check_args="--pyargs beancount --ignore beancount/web/web_test.py --deselect beancount/scripts/bake_test.py::TestScriptBake::test_bake_directory --deselect beancount/ingest/extract_test.py::TestScriptExtract::test_extract_no_files" hostmakedepends="python3-setuptools" makedepends="python3-devel" -depends="python3-click python3-dateutil python3-regex" -checkdepends="${depends} python3-pytest python3-chardet python3-dateutil python3-bottle python3-lxml python3-ply python3-requests python3-BeautifulSoup4 python3-magic gnupg" +depends="python3-pytest python3-dateutil python3-ply python3-bottle python3-lxml + python3-BeautifulSoup4 python3-chardet python3-requests python3-google-api-python-client + python3-magic" +checkdepends="${depends} python3-pytest gnupg" short_desc="Double-entry accounting system based on plain text files" maintainer="Orphaned " license="GPL-2.0-only"