pkgsrc-WIP-changes archive

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

peak-classifier: Remove troublesome deps for non-essential script



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Jun 14 10:19:05 2021 -0500
Changeset:	404c97d1e173f23111be07750025fccf1b8a6899

Modified Files:
	peak-classifier/Makefile

Log Message:
peak-classifier: Remove troublesome deps for non-essential script

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=404c97d1e173f23111be07750025fccf1b8a6899

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 peak-classifier/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/peak-classifier/Makefile b/peak-classifier/Makefile
index 67475c5e2d..ac185a6b4a 100644
--- a/peak-classifier/Makefile
+++ b/peak-classifier/Makefile
@@ -11,8 +11,6 @@ COMMENT=	Classify ChIP/ATAC-Seq peaks based on features provided in a GFF
 LICENSE=	2-clause-bsd
 
 DEPENDS+=	bedtools>=0:../../biology/bedtools
-DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.0:../../graphics/py-matplotlib
-DEPENDS+=	${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
 
 REPLACE_PYTHON=	feature-view.py
 


Home | Main Index | Thread Index | Old Index