summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Boulogne2015-10-03 09:46:26 +0200
committerFrançois Boulogne2015-10-03 09:46:26 +0200
commitc53bb170bb7cd668721686cc8cd031f819f18765 (patch)
tree65014a2ad0acba3dff6c50299e12bc29b1b462f8
parent065da145bb96375abbea5e775aa03a6d31372378 (diff)
downloadaur-c53bb170bb7cd668721686cc8cd031f819f18765.tar.gz
add setup-tools
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c35f0b43b3e..a2611c2b4412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-imageio
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Library for reading and writing a wide range of image, video, scientific, and volumetric data formats"
arch=('any')
url="https://pypi.python.org/pypi/imageio/"
license=('MIT')
depends=('python' 'python-numpy')
+makedepends=('python-setuptools')
source=(https://pypi.python.org/packages/source/i/imageio/imageio-${pkgver}.tar.gz)
sha256sums=('ce818a09fcc258f6a1d9ec3a144d3ed35a45ff8e5482ad7e2592cb128a1084dd')