svn commit: r561144 - head/devel/py-xdis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 23:13:50 UTC 2021


Author: sunpoet
Date: Sun Jan 10 23:13:46 2021
New Revision: 561144
URL: https://svnweb.freebsd.org/changeset/ports/561144

Log:
  Fix BUILD_DEPENDS

Modified:
  head/devel/py-xdis/Makefile

Modified: head/devel/py-xdis/Makefile
==============================================================================
--- head/devel/py-xdis/Makefile	Sun Jan 10 23:13:41 2021	(r561143)
+++ head/devel/py-xdis/Makefile	Sun Jan 10 23:13:46 2021	(r561144)
@@ -13,7 +13,6 @@ COMMENT=	Cross-Python bytecode Disassembler and Marsha
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}


More information about the svn-ports-head mailing list