summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey2023-12-26 16:19:29 +0300
committerSergey2023-12-26 16:19:29 +0300
commitf1e6681cff62d31578dbf13439f4b61d1844d361 (patch)
tree803bbace9f3add8acb659d3e5aaa68fd5d2d3c92
parent14bf5dcb625960d74ef89ae42c5ba01ac3c82fb2 (diff)
downloadaur-python-stfio-git.tar.gz
Added missing dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f231361cfad..a15d9d87fe81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = python-stfio-git
depends = hdf5
depends = python-numpy
depends = swig
+ depends = python-wxpython
+ depends = python-biosig
source = stfio::git+https://github.com/neurodroid/stimfit.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1c9ea4385a28..b0c7d06cf921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Python module for reading and writing data in common electrophysiology
arch=('i686' 'x86_64' 'armv7h')
url="http://www.stimfit.org"
license=('GPLv2')
-depends=('hdf5' 'python-numpy' 'swig')
+depends=('hdf5' 'python-numpy' 'swig' 'python-wxpython' 'python-biosig')
makedepends=('python' 'git' 'boost')
source=('stfio::git+https://github.com/neurodroid/stimfit.git')