[arch-commits] Commit in python-tqdm/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Feb 28 23:19:43 UTC 2021
Date: Sunday, February 28, 2021 @ 23:19:43
Author: felixonmars
Revision: 876269
fix missing makedep on python-toml (FS#69833)
Modified:
python-tqdm/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-28 23:19:30 UTC (rev 876268)
+++ PKGBUILD 2021-02-28 23:19:43 UTC (rev 876269)
@@ -9,7 +9,7 @@
url='https://github.com/tqdm/tqdm'
depends=('python')
optdepends=('python-requests: telegram')
-makedepends=('python-setuptools-scm')
+makedepends=('python-setuptools-scm' 'python-toml')
checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 'python-numpy'
'python-pandas' 'python-tensorflow')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz")
More information about the arch-commits
mailing list