Skip to content

Commit

Permalink
py-test-xprocess: needs py-setuptools_scm during build
Browse files Browse the repository at this point in the history
  • Loading branch information
tnn2 committed Mar 23, 2020
1 parent ce995b1 commit c0eeb08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/py-test-xprocess/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2020/02/14 09:53:32 adam Exp $
# $NetBSD: Makefile,v 1.4 2020/03/23 09:48:37 tnn Exp $

DISTNAME= pytest-xprocess-0.13.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
Expand All @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/pytest-dev/pytest-xprocess
COMMENT= Pytest plugin to manage external processes across test runs
LICENSE= mit

BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test

Expand Down

0 comments on commit c0eeb08

Please sign in to comment.