Needs setuptools_scm.
This commit is contained in:
parent
d665e6d1b6
commit
d36bbda744
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2018/08/05 10:25:23 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2018/08/28 16:11:00 joerg Exp $
|
||||
|
||||
DISTNAME= pluggy-0.7.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/pytest-dev/pluggy
|
|||
COMMENT= Plugin and hook calling mechanisms for python
|
||||
LICENSE= mit
|
||||
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
|
|
Loading…
Reference in a new issue