pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Apr 15 22:37:54 UTC 2020

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

Log Message:
Needs py-six


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-django-reversion/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-reversion/Makefile
diff -u pkgsrc/www/py-django-reversion/Makefile:1.21 pkgsrc/www/py-django-reversion/Makefile:1.22
--- pkgsrc/www/py-django-reversion/Makefile:1.21        Fri Feb  2 08:08:10 2018
+++ pkgsrc/www/py-django-reversion/Makefile     Wed Apr 15 22:37:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/02/02 08:08:10 adam Exp $
+# $NetBSD: Makefile,v 1.22 2020/04/15 22:37:54 joerg Exp $
 
 DISTNAME=      django-reversion-2.0.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT=      Version control facilities for 
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-django>=1.8:../../www/py-django
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index