pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-import-export



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun May 17 21:32:48 UTC 2020

Modified Files:
        pkgsrc/www/py-django-import-export: Makefile

Log Message:
py-django-import-export: better Django dep.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-django-import-export/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-import-export/Makefile
diff -u pkgsrc/www/py-django-import-export/Makefile:1.9 pkgsrc/www/py-django-import-export/Makefile:1.10
--- pkgsrc/www/py-django-import-export/Makefile:1.9     Sun May 17 21:30:53 2020
+++ pkgsrc/www/py-django-import-export/Makefile Sun May 17 21:32:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/05/17 21:30:53 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/17 21:32:48 adam Exp $
 
 DISTNAME=      django-import-export-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT=      Django application and library 
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-diff-match-patch-[0-9]*:../../textproc/py-diff-match-patch
-DEPENDS+=      ${PYPKGPREFIX}-django>=2.0:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=2.0:../../www/py-django2
 DEPENDS+=      ${PYPKGPREFIX}-tablib>=0.14.0:../../textproc/py-tablib
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index