summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2015-08-07 16:07:42 +0100
committermschubert2015-08-07 16:07:42 +0100
commit4f6cde4152d5270e731d95c5713c2edb5cc0b7dd (patch)
tree6f625b5ce1eaf7611d72f17cb3155b44a07a2a7a /PKGBUILD
parent8fa02173e90479edd9656a7e6bbd5e23dc5e9fb3 (diff)
downloadaur-4f6cde4152d5270e731d95c5713c2edb5cc0b7dd.tar.gz
remove enum34 dep, satisfied by llvmlite
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25db104371c2..393fb788b974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="NumPy aware dynamic Python compiler using LLVM"
url="http://numba.pydata.org/"
arch=('i686' 'x86_64')
license=('BSD')
-depends=('python2-llvmlite>=0.6.0' 'python2-enum34' 'python2-funcsigs')
+depends=('python2-llvmlite>=0.6.0' 'python2-funcsigs')
makedepends=('cython2')
source=("https://pypi.python.org/packages/source/n/numba/numba-$pkgver.tar.gz")
md5sums=('a875edb602560847dd8aee75a9b284f1')