pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ipython Python 2.7 requires py-scandir



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b08562006d6
branches:  trunk
changeset: 362098:1b08562006d6
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 04 20:24:06 2017 +0000

description:
Python 2.7 requires py-scandir

diffstat:

 devel/py-ipython/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6f89d3a0b9d0 -r 1b08562006d6 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Thu May 04 20:23:31 2017 +0000
+++ b/devel/py-ipython/Makefile Thu May 04 20:24:06 2017 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index