pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/pg_activity



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct  7 18:22:24 UTC 2025

Modified Files:
        pkgsrc/databases/pg_activity: Makefile

Log Message:
pg_activity: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/pg_activity/Makefile

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

Modified files:

Index: pkgsrc/databases/pg_activity/Makefile
diff -u pkgsrc/databases/pg_activity/Makefile:1.1 pkgsrc/databases/pg_activity/Makefile:1.2
--- pkgsrc/databases/pg_activity/Makefile:1.1   Tue Oct  7 17:20:58 2025
+++ pkgsrc/databases/pg_activity/Makefile       Tue Oct  7 18:22:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/10/07 17:20:58 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2025/10/07 18:22:24 wiz Exp $
 
 DISTNAME=      pg_activity-3.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://pypi.org/project/pg_ac
 COMMENT=       Command line tool for PostgreSQL server activity monitoring
 LICENSE=       postgresql-license
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-blessed>=1.15.0:../../devel/py-blessed
 DEPENDS+=      ${PYPKGPREFIX}-humanize>=0.5.1:../../textproc/py-humanize



Home | Main Index | Thread Index | Old Index