diff --git a/python-tqdm/riscv64.patch b/python-tqdm/riscv64.patch index 48bbdc875..0abafb059 100644 --- a/python-tqdm/riscv64.patch +++ b/python-tqdm/riscv64.patch @@ -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() {