blob: 58b8c624335f3aabe4749034409b0b49bf14f85c [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"
8SRCREV ?= "362fe9f8daf556151328eb5d02bd5ae638c653b8"
9
10inherit setuptools3
11
12S = "${WORKDIR}/git"
13
14BBCLASSEXTEND = "native"
15