summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2022-11-03 11:48:09 +0000
committerFrederik Schwan2022-11-03 11:48:09 +0000
commit3b8a2ed3776eca03216a807fa21213e5ac944d89 (patch)
tree320b4463bd1c68d93c75c3e7dcb634424f1f7f64
parent08c7cb66750a96e44f9ed01ea0b3c6e6fa2796a1 (diff)
downloadaur-3b8a2ed3776eca03216a807fa21213e5ac944d89.tar.gz
upgpkg: 0.0.3-1
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02d4aa807307..36f9e85c873b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='Typed pure Python library to parse HID report descriptors'
arch=('any')
url='https://github.com/usb-tools/python-hid-parser'
license=('MIT')
+depends=(python-typing_extensions)
makedepends=(python-{build,installer,setuptools,wheel})
checkdepends=(python-{hypothesis,pytest})
source=("https://github.com/usb-tools/python-hid-parser/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
@@ -17,7 +18,6 @@ build() {
python -m build --wheel --no-isolation
}
-
check() {
cd ${pkgname}-${pkgver}
python -m pytest