numpy only builds on x86 based stuff at the moment. will be fixed later
[openwrt/svn-archive/archive.git] / lang / numpy / Makefile
index 217c975f96d786a8f29f7970ae3206bf0255f596..76239e4be729ccc2d6bad0b6cc1635da86ee7063 100644 (file)
@@ -22,7 +22,7 @@ define Package/numpy
   CATEGORY:=Languages
   TITLE:=numpy
   URL:=http://numpy.sf.net
-  DEPENDS:=python-core
+  DEPENDS:=python-core @TARGET_x86||TARGET_olpc||TARGET_uml
 endef
 
 define Package/numpy/description