pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-smb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 20 16:20:40 UTC 2024

Modified Files:
        pkgsrc/net/py-smb: Makefile

Log Message:
py-smb: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/py-smb/Makefile

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

Modified files:

Index: pkgsrc/net/py-smb/Makefile
diff -u pkgsrc/net/py-smb/Makefile:1.21 pkgsrc/net/py-smb/Makefile:1.22
--- pkgsrc/net/py-smb/Makefile:1.21     Mon Oct 14 13:45:15 2024
+++ pkgsrc/net/py-smb/Makefile  Sun Oct 20 16:20:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/10/14 13:45:15 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/10/20 16:20:40 wiz Exp $
 
 DISTNAME=      pysmb-1.2.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,6 +11,7 @@ HOMEPAGE=     https://miketeo.net/wp/index.p
 COMMENT=       Experimental SMB/CIFS library written in Python
 LICENSE=       zlib
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
 DEPENDS+=      ${PYPKGPREFIX}-tqdm-[0-9]*:../../misc/py-tqdm
 



Home | Main Index | Thread Index | Old Index