summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
Diffstat (limited to 'finance')
-rw-r--r--finance/py-eth-hash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/py-eth-hash/Makefile b/finance/py-eth-hash/Makefile
index 5214c507a4a..fa3a131076d 100644
--- a/finance/py-eth-hash/Makefile
+++ b/finance/py-eth-hash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/10/08 19:09:05 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/09 03:28:26 gutteridge Exp $
DISTNAME= eth-hash-0.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -27,6 +27,8 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-bump2version
+
# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"