summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-09-29 19:36:12 +0000
committerjperkin <jperkin@pkgsrc.org>2020-09-29 19:36:12 +0000
commit94fa1f32fb209578becedaf4b9f4bc35025f6692 (patch)
treee1e21e0e71048bb4d8b7caec22e2a7764f903df5 /finance
parent41bc9f5aefdd9ce4775608d42674645dbbfe60e1 (diff)
downloadpkgsrc-94fa1f32fb209578becedaf4b9f4bc35025f6692.tar.gz
py-eth-typing: Try to fix dependencies.
Diffstat (limited to 'finance')
-rw-r--r--finance/py-eth-typing/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/py-eth-typing/Makefile b/finance/py-eth-typing/Makefile
index 4f66aff151c..b640dfd7dca 100644
--- a/finance/py-eth-typing/Makefile
+++ b/finance/py-eth-typing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/28 23:47:31 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/29 19:36:12 jperkin Exp $
DISTNAME= eth-typing-2.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -30,6 +30,8 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-mypy py-twine
+
# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"