diff options
author | markd <markd@pkgsrc.org> | 2017-04-23 04:33:47 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-04-23 04:33:47 +0000 |
commit | effd002c7a23e4b7cfed2b12ad801f21da385337 (patch) | |
tree | 91994ee7f0ac9fb027dd613cc4eb0680b2203beb /devel | |
parent | 07d3a2a521b8d806a335ecb02f8020b512bd9577 (diff) | |
download | pkgsrc-effd002c7a23e4b7cfed2b12ad801f21da385337.tar.gz |
Add py-backports.shutil_get_terminal_size
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 af25e020283..f33309f35a2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2414 2017/04/23 04:29:46 markd Exp $ +# $NetBSD: Makefile,v 1.2415 2017/04/23 04:33:47 markd Exp $ # COMMENT= Development utilities @@ -1760,6 +1760,7 @@ SUBDIR+= py-attrs SUBDIR+= py-automat SUBDIR+= py-babel SUBDIR+= py-backports.functools_lru_cache +SUBDIR+= py-backports.shutil_get_terminal_size SUBDIR+= py-backports_abc SUBDIR+= py-binaryornot SUBDIR+= py-blessings |