From cde0681b1f9373ff3129d600ae49c5a1bd6c649e Mon Sep 17 00:00:00 2001 From: kbipinkumar Date: Tue, 24 Dec 2024 21:45:16 +0530 Subject: [PATCH] python-upsetplot: fix dependencies --- BioArchLinux/python-upsetplot/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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')