summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 357304ec947d..a399146fa456 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,9 @@ pkgbase = jupyterthemes
license = MIT
makedepends = python3
depends = python
+ depends = python-matplotlib
+ depends = jupyter-notebook
+ depends = python-lesscpy
source = https://pypi.python.org/packages/5d/a8/37b4cfbf202d77e2ec4ec1ac0be2d0f0831fbf60545cadb9a47d21f81bf5/jupyterthemes-0.18.2.tar.gz
md5sums = ac14d29128f121121bb3d20350b72b19
diff --git a/PKGBUILD b/PKGBUILD
index 52ce16fcf310..5f2c0e6bc49d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.18.2
pkgrel=1
pkgdesc="Select and install a Jupyter notebook theme"
url="https://github.com/dunovank/jupyter-themes"
-depends=('python' )
+depends=('python' 'python-matplotlib' 'jupyter-notebook' 'python-lesscpy')
makedepends=('python3' )
license=('MIT')
arch=('any')