blob: 6bc7b60f90c0c014e12676a861c22c58dd044ba6 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001SUMMARY = "Python library that provides an easy interface to read and \
2write a wide range of image data, including animated images, video, \
3volumetric data, and scientific formats."
4SECTION = "devel/python"
5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba"
7
Andrew Geissler87f5cff2022-09-30 13:13:31 -05008SRC_URI[sha256sum] = "a332d127ec387b2d3dca967fd065a90f1c1a4ba2343570b03fe2cebb6ed064ea"
Patrick Williams92b42cb2022-09-03 06:53:57 -05009
10inherit pypi setuptools3
11
12RDEPENDS:${PN} = "python3-numpy python3-pillow"