pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-lsprotocol



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May  5 09:24:06 UTC 2023

Modified Files:
        pkgsrc/lang/py-lsprotocol: Makefile

Log Message:
py-lsprotocol: add missing dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py-lsprotocol/Makefile

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

Modified files:

Index: pkgsrc/lang/py-lsprotocol/Makefile
diff -u pkgsrc/lang/py-lsprotocol/Makefile:1.1 pkgsrc/lang/py-lsprotocol/Makefile:1.2
--- pkgsrc/lang/py-lsprotocol/Makefile:1.1      Fri May  5 09:20:06 2023
+++ pkgsrc/lang/py-lsprotocol/Makefile  Fri May  5 09:24:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/05/05 09:20:06 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/05 09:24:06 wiz Exp $
 
 DISTNAME=      lsprotocol-2023.0.0a1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT=      Python implementation of the La
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+DEPENDS+=      ${PYPKGPREFIX}-attrs>=0:../../devel/py-attrs
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index