aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-keras-applications_1.0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-keras-applications_1.0.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-keras-applications_1.0.6.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.6.bb b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.6.bb
deleted file mode 100644
index d38b992d05..0000000000
--- a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.6.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "Reference implementations of popular deep learning models"
-HOMEPAGE = "https://github.com/keras-team/keras-applications"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=366e2fd3c9714f162d3663b6f97cfe41"
-
-SRC_URI = "git://github.com/keras-team/keras-applications.git"
-SRCREV ?= "61de21815728aa66377ebb2a7b4c2f5492a34dd2"
-
-
-inherit setuptools3
-
-S = "${WORKDIR}/git"
-
-BBCLASSEXTEND = "native"
-
-RDEPENDS_${PN} = "python3-numpy \
- python3-h5py \
- "