pkgsrc-WIP-changes archive

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

py-multiqc: Add undocumented py-natsort dep



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Nov 22 07:54:53 2024 -0600
Changeset:	bff97589d15ab2fc90bf935b291b4bd0f4c1ad4c

Modified Files:
	py-multiqc/Makefile

Log Message:
py-multiqc: Add undocumented py-natsort dep

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

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

diffstat:
 py-multiqc/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-multiqc/Makefile b/py-multiqc/Makefile
index 5263a36cc7..9fac0e39bb 100644
--- a/py-multiqc/Makefile
+++ b/py-multiqc/Makefile
@@ -35,9 +35,11 @@ DEPENDS+=	${PYPKGPREFIX}-yaml>=4:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-spectra>=0.0.10:../../graphics/py-spectra
 DEPENDS+=	${PYPKGPREFIX}-Pillow>=10:../../graphics/py-Pillow
-
 DEPENDS+=	${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
 
+# Not listed as a dep, but run errors out with module not found:
+DEPENDS+=	${PYPKGPREFIX}-natsort-[0-9]*:../../textproc/py-natsort
+
 post-patch:
 	${RM} ${WRKSRC}/multiqc/multiqc.py.orig
 


Home | Main Index | Thread Index | Old Index