pkgsrc-WIP-changes archive

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

py-cutadapt: restore dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Mar 18 15:56:51 2024 +0100
Changeset:	7d22da14bb07eace837f152f010730c4f9b06e7a

Modified Files:
	py-cutadapt/Makefile

Log Message:
py-cutadapt: restore dependency

py-setuptools and py-setuptools-scm are still needed.

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

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

diffstat:
 py-cutadapt/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-cutadapt/Makefile b/py-cutadapt/Makefile
index 94f577e430..b6d85551f1 100644
--- a/py-cutadapt/Makefile
+++ b/py-cutadapt/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	https://cutadapt.readthedocs.io/en/stable/
 COMMENT=	Find and remove adapter sequences, primers, poly-A tails, etc
 LICENSE=	mit
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 # needed for python 3.11 as of cutadapt 3.5 release
 TOOL_DEPENDS+=	${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython


Home | Main Index | Thread Index | Old Index