pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-xmpppy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 13 05:59:09 UTC 2025

Modified Files:
        pkgsrc/chat/py-xmpppy: Makefile

Log Message:
py-xmpppy: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/chat/py-xmpppy/Makefile

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

Modified files:

Index: pkgsrc/chat/py-xmpppy/Makefile
diff -u pkgsrc/chat/py-xmpppy/Makefile:1.35 pkgsrc/chat/py-xmpppy/Makefile:1.36
--- pkgsrc/chat/py-xmpppy/Makefile:1.35 Sun Aug 10 14:36:24 2025
+++ pkgsrc/chat/py-xmpppy/Makefile      Wed Aug 13 05:59:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2025/08/10 14:36:24 gdt Exp $
+# $NetBSD: Makefile,v 1.36 2025/08/13 05:59:09 wiz Exp $
 
 DISTNAME=      xmpppy-0.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,8 @@ HOMEPAGE=     https://xmpppy.sourceforge.net
 COMMENT=       XMPP (Jabber) library for Python
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 USE_LANGUAGES= # none
 
 USE_PKG_RESOURCES=     yes



Home | Main Index | Thread Index | Old Index