pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Dec 18 15:43:44 UTC 2019

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

Log Message:
py-django != py-djangorestframework


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-filter/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-filter/Makefile
diff -u pkgsrc/www/py-django-filter/Makefile:1.6 pkgsrc/www/py-django-filter/Makefile:1.7
--- pkgsrc/www/py-django-filter/Makefile:1.6    Sun Dec 15 21:41:26 2019
+++ pkgsrc/www/py-django-filter/Makefile        Wed Dec 18 15:43:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/12/15 21:41:26 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/12/18 15:43:44 joerg Exp $
 
 DISTNAME=      django-filter-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/carltongibs
 COMMENT=       Generic dynamic filtering support for Django
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-djangorestframework
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-django
 DEPENDS+=      ${PYPKGPREFIX}-djangorestframework-[0-9]*:../../www/py-djangorestframework
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index