blob: eacb3402d645404fed2db1402b6f154d7a3e8e99 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Easy data preprocessing and data augmentation for deep learning models"
2HOMEPAGE = "https://github.com/keras-team/keras-preprocessing"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1744b320500cc2e3112964d00cce7aa4"
6
7SRC_URI = "git://github.com/keras-team/keras-preprocessing.git"
Brad Bishop0e2770c2020-01-21 07:31:46 -05008SRCREV ?= "ff90696c0416b74344b91df097b228e694339b88"
Brad Bishop19323692019-04-05 15:28:33 -04009
10inherit setuptools3
11
12S = "${WORKDIR}/git"
13
14BBCLASSEXTEND = "native"
15