dev-python/hidapi: add new version

Pass --with-system-hidapi to setup.py in all versions

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Udvare <audvare@gmail.com>
This commit is contained in:
Andrew Udvare
2021-11-11 07:43:54 -05:00
parent 26608cffa5
commit 6d0def81ba
3 changed files with 38 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ DEPEND="
RDEPEND="${DEPEND}"
distutils_enable_tests pytest
python_configure_all() {
mydistutilsargs=( --with-system-hidapi )
}
python_test() {
epytest tests.py