Move testing to MODPY_PYTEST. Make spacing consistent.
This commit is contained in:
parent
9718dfea06
commit
497cd946f7
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2019/07/12 21:02:18 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2019/11/20 03:18:44 kmos Exp $
|
||||
|
||||
COMMENT= Python graph (network) package
|
||||
|
||||
@ -15,9 +15,10 @@ PERMIT_PACKAGE= Yes
|
||||
MODULES= lang/python
|
||||
|
||||
MODPY_SETUPTOOLS= Yes
|
||||
MODPY_PI = Yes
|
||||
MODPY_PI= Yes
|
||||
MODPY_PYTEST= Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVORS= python3
|
||||
FLAVOR?=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user