py-eth-utils: Try to fix dependencies.
This commit is contained in:
parent
c7bf2c9f25
commit
2a5f7ef574
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue