Skip to content

Commit

Permalink
updpatch: python-tqdm 4.67.1-2
Browse files Browse the repository at this point in the history
Remove keras from checkdep until we have it.
felixonmars committed Dec 24, 2024
1 parent 42ab484 commit 4fc0722
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions python-tqdm/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
diff --git PKGBUILD PKGBUILD
index 940f8fe..9f731ba 100644
--- PKGBUILD
+++ PKGBUILD
@@ -25,7 +25,7 @@ check() {
cd tqdm
python -m venv --system-site-packages test-env
test-env/bin/python setup.py install
- test-env/bin/python -m pytest
+ test-env/bin/python -m pytest --timeout=90
}
@@ -11,7 +11,7 @@ url='https://github.com/tqdm/tqdm'
depends=('python')
optdepends=('python-requests: telegram')
makedepends=('git' 'python-setuptools-scm' 'python-toml' 'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 'python-numpy' 'python-pandas' 'python-rich' 'python-dask' 'tk' 'python-keras')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 'python-numpy' 'python-pandas' 'python-rich' 'python-dask' 'tk')
source=("git+https://github.com/tqdm/tqdm.git#commit=v${pkgver}")
sha512sums=('be7467509c82c6eca11caf70bd95a1fa41c761158b97c649f02ebeda3fae64337742c8bdc4110ea000fba39322888387cdb8630463630809c016f75764250667')

package() {

0 comments on commit 4fc0722

Please sign in to comment.