summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-03-23 09:41:00 +0000
committerjperkin <jperkin@pkgsrc.org>2020-03-23 09:41:00 +0000
commit5a9dd1e3078f0b61c0abbea947cb061bcd908bcb (patch)
tree8a1f8bb8b5299da281f28097963e5f42e4c08931 /finance
parent7c5d70e13b494e68d47bda8d9a40420f47fa16e3 (diff)
downloadpkgsrc-5a9dd1e3078f0b61c0abbea947cb061bcd908bcb.tar.gz
py-beancount: Try to fix bulk build failures.
Diffstat (limited to 'finance')
-rw-r--r--finance/py-beancount/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/py-beancount/Makefile b/finance/py-beancount/Makefile
index 7e89ff1c718..2ed7fdf2e45 100644
--- a/finance/py-beancount/Makefile
+++ b/finance/py-beancount/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/22 21:27:51 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/23 09:41:00 jperkin Exp $
DISTNAME= beancount-2.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,5 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4:../../www/py-beautifulsoup4
DEPENDS+= ${PYPKGPREFIX}-magic>=0.4.12:../../sysutils/py-magic
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-google-api-python-client
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"