pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-faker



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 27 16:03:38 UTC 2018

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

Log Message:
Needs py-test-runner.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-faker/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-faker/Makefile
diff -u pkgsrc/devel/py-faker/Makefile:1.26 pkgsrc/devel/py-faker/Makefile:1.27
--- pkgsrc/devel/py-faker/Makefile:1.26 Thu Dec 13 07:07:36 2018
+++ pkgsrc/devel/py-faker/Makefile      Thu Dec 27 16:03:38 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2018/12/13 07:07:36 adam Exp $
+# $NetBSD: Makefile,v 1.27 2018/12/27 16:03:38 joerg Exp $
 
 DISTNAME=      Faker-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/joke2k/fake
 COMMENT=       Python package that generates fake data for you
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.4:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-text-unidecode>=1.2:../../textproc/py-text-unidecode



Home | Main Index | Thread Index | Old Index