From b2bef913f9fd897b6041864650c50de4712b10fc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Jan 2020 05:12:20 -0800 Subject: python3-keras-preprocessing: upgrade 1.0.5 -> 1.1.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-keras-preprocessing_1.0.5.bb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-keras-preprocessing_1.0.5.bb (limited to 'meta-python/recipes-devtools/python/python3-keras-preprocessing_1.0.5.bb') diff --git a/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.0.5.bb b/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.0.5.bb deleted file mode 100644 index 58b8c62433..0000000000 --- a/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.0.5.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Easy data preprocessing and data augmentation for deep learning models" -HOMEPAGE = "https://github.com/keras-team/keras-preprocessing" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1744b320500cc2e3112964d00cce7aa4" - -SRC_URI = "git://github.com/keras-team/keras-preprocessing.git" -SRCREV ?= "362fe9f8daf556151328eb5d02bd5ae638c653b8" - -inherit setuptools3 - -S = "${WORKDIR}/git" - -BBCLASSEXTEND = "native" - -- cgit v1.2.3-54-g00ecf