summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2017-03-14 16:45:45 +0000
committerGrey Christoforo2017-03-14 16:45:45 +0000
commitedef6969d0dd7777505762255630dd598b5d8a23 (patch)
tree506b867d94eb69d7885b6f374e489a4f119f7738 /PKGBUILD
parent74ff4a34a2b7aa2d1f96de6d7ba0d250ae9c9f40 (diff)
downloadaur-edef6969d0dd7777505762255630dd598b5d8a23.tar.gz
fix deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71f618715c6f..188618fea980 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgver='0.2.0'
pkgrel=1
pkgdesc="parallel graph management and execution in heterogeneous computing fixed package - fixed deps"
url="http://www.cacr.caltech.edu/~mmckerns/pathos.htm"
-depends=('python2' 'python2-dill' 'python2-pox' 'python2-ppft-fix' 'python2-multiprocess-fix')
+depends=('python2' 'python2-dill' 'python2-pox' 'python2-ppft' 'python2-multiprocess')
optdepends=('python2-pyina-git' 'python2-rpyc')
-provides=('python2-pythos')
+provides=('python2-pathos')
conflicts=('python2-pathos')
makedepends=('python2-setuptools')
license=('BSD')