summaryrefslogtreecommitdiff
path: root/devel/py-ipython
diff options
context:
space:
mode:
authoradam <adam>2017-05-04 20:24:06 +0000
committeradam <adam>2017-05-04 20:24:06 +0000
commit96bcc06031e1e1ce32a74dad899834488c3f972c (patch)
tree52409dc3d1a23e78ceece038fa4ed07e578e6e0a /devel/py-ipython
parent4313010b5611958ecbb6854dd52d37fd57b6ff86 (diff)
downloadpkgsrc-96bcc06031e1e1ce32a74dad899834488c3f972c.tar.gz
Python 2.7 requires py-scandir
Diffstat (limited to 'devel/py-ipython')
-rw-r--r--devel/py-ipython/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile
index 39f143dd4cb..c24627d72a9 100644
--- a/devel/py-ipython/Makefile
+++ b/devel/py-ipython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/04/23 04:50:51 markd Exp $
+# $NetBSD: Makefile,v 1.20 2017/05/04 20:24:06 adam Exp $
DISTNAME= ipython-5.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,7 @@ LICENSE= modified-bsd
.if ${PYPKGPREFIX} == py27
DEPENDS+= ${PYPKGPREFIX}-backports.shutil_get_terminal_size-[0-9]*:../../devel/py-backports.shutil_get_terminal_size
DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
+DEPENDS+= ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
.endif
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator