summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-09-29 19:37:33 +0000
committerjperkin <jperkin@pkgsrc.org>2020-09-29 19:37:33 +0000
commit3c6e74abd4625016b562cf51ef5ef7473e2b93ef (patch)
treeb6dedab88040826cd162d0dc3ad0128878373674 /finance
parent94fa1f32fb209578becedaf4b9f4bc35025f6692 (diff)
downloadpkgsrc-3c6e74abd4625016b562cf51ef5ef7473e2b93ef.tar.gz
py-eth-utils: Try to fix dependencies.
Diffstat (limited to 'finance')
-rw-r--r--finance/py-eth-utils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/py-eth-utils/Makefile b/finance/py-eth-utils/Makefile
index 61f05b0e37e..82517fc329d 100644
--- a/finance/py-eth-utils/Makefile
+++ b/finance/py-eth-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/29 00:05:36 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/29 19:37:33 jperkin Exp $
DISTNAME= eth-utils-1.9.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -34,6 +34,8 @@ DEPENDS+= ${PYPKGPREFIX}-cytoolz-[0-9]*:../../devel/py-cytoolz
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-eth-typing
+
# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"