From e570acd40127bf0dcaca94a85857703c4f6f67eb Mon Sep 17 00:00:00 2001 From: xun Date: Thu, 28 Dec 2023 17:04:44 +0800 Subject: [PATCH] rmvpatch: python-pyfakefs Archlinux x86_64 has applied the patch. --- python-pyfakefs/riscv64.patch | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 python-pyfakefs/riscv64.patch diff --git a/python-pyfakefs/riscv64.patch b/python-pyfakefs/riscv64.patch deleted file mode 100644 index 2b7930d58..000000000 --- a/python-pyfakefs/riscv64.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff --git PKGBUILD PKGBUILD -index 51e5586..55824d5 100644 ---- PKGBUILD -+++ PKGBUILD -@@ -13,7 +13,9 @@ - python-setuptools - ) - checkdepends=( -- python-tox -+ python-pandas -+ python-xlrd -+ python-openpyxl - ) - _tag=af725484895e770e3a9761061f14ce64aae62005 - source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag}) -@@ -39,8 +41,9 @@ - check() { - cd pyfakefs - -- local python_version=$(python -c 'import sys; print("".join(map(str, sys.version_info[:2])))') -- tox -e "py${python_version}" -+ python -m pyfakefs.tests.all_tests -+ python -m pyfakefs.tests.all_tests_without_extra_packages -+ python -m pytest pyfakefs/pytest_tests/pytest_plugin_test.py - } - - package() {