pkgsrc-WIP-changes archive

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

(py-gds/Makefile): Add DEPENDS to py*-numpy.



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Mon Nov 23 11:19:43 2015 +0900
Changeset:	fb5e3696a0262189dec1533130177422b20396fa

Modified Files:
	py-gds/Makefile

Log Message:
(py-gds/Makefile): Add DEPENDS to py*-numpy.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fb5e3696a0262189dec1533130177422b20396fa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-gds/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-gds/Makefile b/py-gds/Makefile
index 0211889..8765023 100644
--- a/py-gds/Makefile
+++ b/py-gds/Makefile
@@ -11,6 +11,8 @@ HOMEPAGE=	https://pypi.python.org/packages/source/g/gdspy/
 COMMENT=	Python module for creating GDSII stream files
 LICENSE=	gnu-gpl-v3
 
+DEPENDS+=	${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
+
 PYDISTUTILSPKG= yes
 
 .include "../../lang/python/extension.mk"


Home | Main Index | Thread Index | Old Index