summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2021-12-20 14:25:29 +0100
committermschubert2021-12-20 14:25:29 +0100
commit16fca0fe90c0f3a3f8eaa62e0aeab8b32869baf3 (patch)
treee861d071c83ea92b30f17b4ddc5fd14507b2c134 /PKGBUILD
parent378bbf2548ba1916b1212e95f72b814b1b45c2e8 (diff)
downloadaur-16fca0fe90c0f3a3f8eaa62e0aeab8b32869baf3.tar.gz
pip req'd, multipledispatch not
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 439d16137154..f08e792d4c66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Minimal R API for Python"
url="https://github.com/randy3k/$_pkgname"
arch=('any')
license=('MIT')
-depends=('r>3.4.0' 'python-multipledispatch' 'python-cffi>=1.10.0')
-makedepends=('python-setuptools' 'python-six>=1.9.0')
+depends=('r>3.4.0' 'python-cffi>=1.10.0')
+makedepends=('python-setuptools' 'python-pip' 'python-six>=1.9.0')
checkdepends=('python-pytest')
source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('d3895afc1f9ecbb7537029624dbc34418baa2f97b0e6be0faca53695dedb2691')