diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2022-09-04 12:52:19 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2022-09-04 12:52:19 +0000 |
commit | 80ce251a83cd173399fd8dabdae58bc6dfa08790 (patch) | |
tree | 3f344c8fb23fec2ef8192c9110c7ff1f68015edf | |
parent | f8fc7a2c5ede95939ac9b11cc163f220fa1d56ab (diff) |
devel/py-llfuse: unbreak bulk -a
-rw-r--r-- | devel/py-llfuse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-llfuse/Makefile b/devel/py-llfuse/Makefile index a8d28a294f66..ff2cab2f18d8 100644 --- a/devel/py-llfuse/Makefile +++ b/devel/py-llfuse/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL20+ py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>0:devel/py-contextlib2@${PY_FLAVOR} -USES= compiler:c++11-lang fuse pkgconfig python:-3.10 # 3.11 fails because llfuse.c includes longintrepr.h directly, see https://docs.python.org/3.11/whatsnew/3.11.html +USES= compiler:c++11-lang fuse pkgconfig python:3.7-3.10 # 3.11 fails because llfuse.c includes longintrepr.h directly, see https://docs.python.org/3.11/whatsnew/3.11.html USE_PYTHON= distutils autoplist post-install: |