diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-03-15 13:52:06 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-03-15 13:52:06 +0000 |
| commit | 11eb7fb87e390f948d68170b0ef0cddf2556f128 (patch) | |
| tree | fd70a700d8f46b0f25e7e4edd9773e66e0306450 /sysutils/py-liquidctl | |
| parent | 4793ca029ec2541cd5d53b77d872b0dbaa1789d7 (diff) | |
Update PORTSCOUT with some background information.
Diffstat (limited to 'sysutils/py-liquidctl')
| -rw-r--r-- | sysutils/py-liquidctl/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/py-liquidctl/Makefile b/sysutils/py-liquidctl/Makefile index 7358dc55c4be..3d5f3f28c0ef 100644 --- a/sysutils/py-liquidctl/Makefile +++ b/sysutils/py-liquidctl/Makefile @@ -22,7 +22,12 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -# depends on https://pypi.org/project/hidraw which uses <linux/hidraw.h> -PORTSCOUT= skipv:1.5.0 +# With devel/py-hidraw we do now have a python interface for hidraw(4) +# but unfortunately liquidctl 1.5.1 fails with: +# +# AttributeError: module 'hidraw' has no attribute 'enumerate' +# +# Further investigation is ongoing but any help is welcome. +PORTSCOUT= skipv:1.5.1 .include <bsd.port.mk> |
