summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2023-06-20 15:30:13 -0400
committerGuillaume Horel2023-06-20 15:30:13 -0400
commit23818d9ad58a5f73c01ee192d7e6c96393e1f331 (patch)
treeb877fa3bb9dfb07dd7a5edcab69d1b533941dddd /PKGBUILD
parent8d5af9f32a4a848b9ca223388322582d4ec63b1c (diff)
downloadaur-python-snakeviz.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95156104266b..e719ac1e6d36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ url="http://jiffyclub.github.io/snakeviz"
license=('BSD')
depends=('python' 'python-tornado')
source=("$_pythonname-$pkgver.tar.gz::https://github.com/jiffyclub/snakeviz/archive/v$pkgver.tar.gz")
-makedepends=(python-build python-installer python-wheel)
-checkdepends=(python-pytest python-requests)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(ipython python-pytest python-requests)
options=(!emptydirs)
sha256sums=('511a86bbed85e4afc0de3599d62300fcc92138cd8d3aec176bef5b9fa4bfd380')