svn commit: r479627 - head/devel/py-astroid
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Sep 12 22:55:14 UTC 2018
Author: sunpoet
Date: Wed Sep 12 22:55:12 2018
New Revision: 479627
URL: https://svnweb.freebsd.org/changeset/ports/479627
Log:
Add TEST_DEPENDS
Modified:
head/devel/py-astroid/Makefile
Modified: head/devel/py-astroid/Makefile
==============================================================================
--- head/devel/py-astroid/Makefile Wed Sep 12 22:55:07 2018 (r479626)
+++ head/devel/py-astroid/Makefile Wed Sep 12 22:55:12 2018 (r479627)
@@ -16,6 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=0:devel/py-lazy-object-proxy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wrapt>=0:devel/py-wrapt@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.4+
USE_PYTHON= autoplist distutils
More information about the svn-ports-all
mailing list