pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-stone py-stone: make py-test-runner a build dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20c7cd72ccc9
branches:  trunk
changeset: 445841:20c7cd72ccc9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 30 10:15:15 2021 +0000

description:
py-stone: make py-test-runner a build dependency

Perhaps it really is a test dependency, but in setup.py it's listed
in setup_requires, not test_requires.

diffstat:

 net/py-stone/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r a59331e63ebd -r 20c7cd72ccc9 net/py-stone/Makefile
--- a/net/py-stone/Makefile     Sat Jan 30 09:27:51 2021 +0000
+++ b/net/py-stone/Makefile     Sat Jan 30 10:15:15 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/01/30 06:28:13 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/01/30 10:15:15 wiz Exp $
 
 DISTNAME=      stone-3.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,9 +12,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-ply>=3.4:../../devel/py-ply
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.3.0:../../lang/py-six
-# Following dependency is not described at https://pypi.org/project/stone/
-# and not intensively checked either BUILD_DEPENDS or DEPENDS.
-DEPENDS+=      ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index