pkgsrc-WIP-changes archive

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

pre-commit: Remove py-conda dependency



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Oct 16 09:58:01 2021 +0900
Changeset:	1996fd96137c289c76c06268303d728bff484b08

Modified Files:
	pre-commit/Makefile

Log Message:
pre-commit: Remove py-conda dependency

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

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

diffstat:
 pre-commit/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/pre-commit/Makefile b/pre-commit/Makefile
index f7566eae96..543f0c831e 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -13,7 +13,6 @@ LICENSE=	mit
 PYTHON_VERSIONS_INCOMPATIBLE=	27 # not supported
 
 DEPENDS+=	${PYPKGPREFIX}-cfgv>=2.0.0:../../wip/py-cfgv
-DEPENDS+=	${PYPKGPREFIX}-conda-[0-9]*:../../wip/py-conda
 DEPENDS+=	${PYPKGPREFIX}-identify>=1.0.0:../../wip/py-identify
 DEPENDS+=	${PYPKGPREFIX}-nodeenv>=0.11.1:../../wip/py-nodeenv
 DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3


Home | Main Index | Thread Index | Old Index