numpy: fix circular dependency
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
8cb5a98086
commit
91f3482f7e
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=numpy
|
PKG_NAME:=numpy
|
||||||
PKG_VERSION:=1.21.1
|
PKG_VERSION:=1.21.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PYPI_NAME:=$(PKG_NAME)
|
PYPI_NAME:=$(PKG_NAME)
|
||||||
PKG_HASH:=dff4af63638afcc57a3dfb9e4b26d434a7a602d225b42d746ea7fe2edf1342fd
|
PKG_HASH:=dff4af63638afcc57a3dfb9e4b26d434a7a602d225b42d746ea7fe2edf1342fd
|
||||||
|
@ -42,7 +42,6 @@ endef
|
||||||
# We need to duplicate the omitted arhitectures same as openblas
|
# We need to duplicate the omitted arhitectures same as openblas
|
||||||
define Package/python3-numpy/config
|
define Package/python3-numpy/config
|
||||||
menu "Configuration"
|
menu "Configuration"
|
||||||
depends on PACKAGE_python3-numpy
|
|
||||||
depends on !powerpc
|
depends on !powerpc
|
||||||
depends on !arc
|
depends on !arc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue