Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 23:13:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561144 - head/devel/py-xdis
Message-ID:  <202101102313.10ANDkT5075850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101102313.10ANDkT5075850>