pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-formtools py-django-formtools: point to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90991ec46315
branches:  trunk
changeset: 453174:90991ec46315
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 25 05:02:09 2021 +0000

description:
py-django-formtools: point to py-django2 in DEPENDS

diffstat:

 www/py-django-formtools/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6b92b8fc5613 -r 90991ec46315 www/py-django-formtools/Makefile
--- a/www/py-django-formtools/Makefile  Tue May 25 05:01:46 2021 +0000
+++ b/www/py-django-formtools/Makefile  Tue May 25 05:02:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/05/25 04:57:45 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/25 05:02:09 adam Exp $
 
 DISTNAME=      django-formtools-2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@
 COMMENT=       Collection of assorted utilities for specific form use cases
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=2.2:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index