Skip to content

Commit

Permalink
addpatch python-pygdbmi 0.11.0.0-3
Browse files Browse the repository at this point in the history
Increase timeout duration.
  • Loading branch information
moui0 committed Oct 20, 2023
1 parent eb50b49 commit a4ab9fc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions python-pygdbmi/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
diff --git PKGBUILD PKGBUILD
index 48f9d46..2157721 100644
--- PKGBUILD
+++ PKGBUILD
@@ -19,8 +19,12 @@ checkdepends=(python-pytest)
source=(https://github.com/cs01/pygdbmi/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('5c52a37211d55eeeaf5c06eacc8e8d49e9dacfd36a526d3534b4a5d5f5ee94d9')

+source+=("add-test-timeout.patch::https://github.com/cs01/pygdbmi/pull/103.patch")
+sha256sums+=('2e87f3397521fec15bb1421c9618e65e6c11e9a6d2bd628c53bd89e33930c78b')
+
build() {
cd $_pyname-$pkgver
+ patch -Np1 -i ../add-test-timeout.patch
python -m build --wheel --no-isolation
}

0 comments on commit a4ab9fc

Please # to comment.