From 02673c57d969e8f16749d72475ac82ea814e8399 Mon Sep 17 00:00:00 2001 From: Guoyi Zhang Date: Thu, 6 Feb 2025 16:33:16 +1100 Subject: [PATCH] python-toyplot: fix the depends --- BioArchLinux/python-toyplot/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/python-toyplot/PKGBUILD b/BioArchLinux/python-toyplot/PKGBUILD index ea1f1e2103..60490cd544 100644 --- a/BioArchLinux/python-toyplot/PKGBUILD +++ b/BioArchLinux/python-toyplot/PKGBUILD @@ -4,8 +4,8 @@ pkgver='2.0.0' pkgrel=1 pkgdesc="A modern plotting toolkit supporting electronic publishing and reproducibility." url="https://github.com/sandialabs/toyplot" -depends=('python' 'python-arrow' 'python-custom_inherit' 'python-multipledispatch' 'python-numpy' 'python-pypng' 'python-reportlab' 'python-six') -makedepends=('python-build' 'python-installer' 'python-wheel') +depends=('python' 'python-arrow' 'python-custom_inherit' 'python-multipledispatch' 'python-numpy' 'python-pypng' 'python-reportlab' 'python-six' 'python-pandas' 'ipython') +makedepends=('python-build' 'python-installer' 'python-wheel' 'python-flit-core') license=('BSD-3-Clause') arch=('any') source=("https://pypi.io/packages/source/${name::1}/${name}/${name}-${pkgver}.tar.gz")