diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-05 14:11:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-05 14:11:36 +0000 |
commit | 5eac42f38806b327c78a2637303fb87361158880 (patch) | |
tree | c587ac5cc825d613a2b7b49826865d2fc4188c2d /devel | |
parent | 68c59d5b0491e51ae5e6d5d5d76ef40ce8d1398f (diff) | |
download | pkgsrc-5eac42f38806b327c78a2637303fb87361158880.tar.gz |
+ py-testresources
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 33fc212d070..c996a30a12f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2379 2017/03/02 09:21:35 wiz Exp $ +# $NetBSD: Makefile,v 1.2380 2017/03/05 14:11:36 wiz Exp $ # COMMENT= Development utilities @@ -1972,6 +1972,7 @@ SUBDIR+= py-tabular SUBDIR+= py-test SUBDIR+= py-test-cov SUBDIR+= py-test-runner +SUBDIR+= py-testresources SUBDIR+= py-testscenarios SUBDIR+= py-testtools SUBDIR+= py-thrift |