pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tox



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Sep  9 22:45:59 UTC 2017

Modified Files:
        pkgsrc/devel/py-tox: Makefile

Log Message:
Add missing dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-tox/Makefile

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

Modified files:

Index: pkgsrc/devel/py-tox/Makefile
diff -u pkgsrc/devel/py-tox/Makefile:1.4 pkgsrc/devel/py-tox/Makefile:1.5
--- pkgsrc/devel/py-tox/Makefile:1.4    Wed Sep  6 15:42:23 2017
+++ pkgsrc/devel/py-tox/Makefile        Sat Sep  9 22:45:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/09/06 15:42:23 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/09/09 22:45:59 joerg Exp $
 
 DISTNAME=      tox-2.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,7 @@ LICENSE=      mit
 DEPENDS+=      ${PYPKGPREFIX}-virtualenv>=1.11.2:../../devel/py-virtualenv
 DEPENDS+=      ${PYPKGPREFIX}-py>=1.4.17:../../devel/py-py
 DEPENDS+=      ${PYPKGPREFIX}-pluggy>=0.3.0<1.0:../../devel/py-pluggy
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index