pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-last



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 12 15:24:07 UTC 2024

Modified Files:
        pkgsrc/audio/py-last: Makefile

Log Message:
py-last: add missing DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/py-last/Makefile

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

Modified files:

Index: pkgsrc/audio/py-last/Makefile
diff -u pkgsrc/audio/py-last/Makefile:1.15 pkgsrc/audio/py-last/Makefile:1.16
--- pkgsrc/audio/py-last/Makefile:1.15  Wed Jun 12 15:22:23 2024
+++ pkgsrc/audio/py-last/Makefile       Wed Jun 12 15:24:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2024/06/12 15:22:23 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/06/12 15:24:06 adam Exp $
 
 DISTNAME=      pylast-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,6 +12,7 @@ LICENSE=      apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-httpx-[0-9]*:../../www/py-httpx
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov



Home | Main Index | Thread Index | Old Index