summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRich Li2018-05-29 10:56:50 -0700
committerRich Li2018-05-29 10:56:50 -0700
commitabbabd4bb4fb7454d9d94e680da0144156ff0261 (patch)
tree854fcd7f36ffe4434bfd95797abd8307f85c1fb3 /PKGBUILD
parent04d6675cdb3e834887b5646cae5c43a909c316d0 (diff)
downloadaur-abbabd4bb4fb7454d9d94e680da0144156ff0261.tar.gz
Actually IPython seems required in all cases
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5afff261db2..7c830fb6ceeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,8 @@ pkgdesc="Line-by-line profiler"
url="https://pypi.python.org/pypi/line_profiler"
arch=('i686' 'x86_64')
license=('BSD')
-depends=('python-setuptools')
+depends=('python-setuptools' 'ipython')
makedepends=('cython')
-checkdepends=('ipython')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rkern/line_profiler/archive/$pkgver.tar.gz")
sha256sums=('5625157e76e1f70c237c7df07389b48028aa1b94ec630aaa5f094d5755bcaa76')