pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-q2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun  9 06:42:06 UTC 2025

Modified Files:
        pkgsrc/www/py-django-q2: Makefile

Log Message:
py-django-q2: fix tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-q2/Makefile

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

Modified files:

Index: pkgsrc/www/py-django-q2/Makefile
diff -u pkgsrc/www/py-django-q2/Makefile:1.1 pkgsrc/www/py-django-q2/Makefile:1.2
--- pkgsrc/www/py-django-q2/Makefile:1.1        Wed Jun  4 11:02:22 2025
+++ pkgsrc/www/py-django-q2/Makefile    Mon Jun  9 06:42:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/06/04 11:02:22 markd Exp $
+# $NetBSD: Makefile,v 1.2 2025/06/09 06:42:06 wiz Exp $
 
 DISTNAME=      django_q2-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://django-q2.readthedocs.
 COMMENT=       Multiprocessing distributed task queue for Django
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-django>=4:../../www/py-django
 DEPENDS+=      ${PYPKGPREFIX}-django-picklefield>=3.0.1:../../www/py-django-picklefield
 



Home | Main Index | Thread Index | Old Index