diff --git a/BioArchLinux/python-upsetplot/PKGBUILD b/BioArchLinux/python-upsetplot/PKGBUILD index 9e362b5f54..2e050edf09 100644 --- a/BioArchLinux/python-upsetplot/PKGBUILD +++ b/BioArchLinux/python-upsetplot/PKGBUILD @@ -7,10 +7,11 @@ pkgrel=2 pkgdesc='Python implementation of UpSet plots by Lex et al. doi:10.1109/TVCG.2014.2346248' arch=(any) url='https://github.com/jnothman/UpSetPlot' -license=('BSD') +license=('BSD-3-Clause') depends=( 'python' 'python-matplotlib' + 'python-numpy' 'python-pandas' 'python-seaborn') makedepends=( @@ -18,8 +19,8 @@ makedepends=( 'python-installer' 'python-wheel' 'python-setuptools-scm' - 'python-pytest-runner' ) + #'python-pytest-runner' source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz") sha256sums=('95b76ac38c624c9dfb1eca1de1a37e30e07e83678b1c57839c943184247b8592')