pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-urwid



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 28 15:31:29 UTC 2023

Modified Files:
        pkgsrc/devel/py-urwid: Makefile

Log Message:
py-urwid: add missing TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-urwid/Makefile

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

Modified files:

Index: pkgsrc/devel/py-urwid/Makefile
diff -u pkgsrc/devel/py-urwid/Makefile:1.30 pkgsrc/devel/py-urwid/Makefile:1.31
--- pkgsrc/devel/py-urwid/Makefile:1.30 Wed Sep 27 10:03:00 2023
+++ pkgsrc/devel/py-urwid/Makefile      Thu Sep 28 15:31:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2023/09/27 10:03:00 adam Exp $
+# $NetBSD: Makefile,v 1.31 2023/09/28 15:31:29 wiz Exp $
 
 DISTNAME=      urwid-2.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     http://urwid.org/
 COMMENT=       Curses-based Python user interface library
 LICENSE=       gnu-lgpl-v2.1
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index