libpeas: python plugin does not work with python 3.7
Reported by Chavdar Ivanov on pkgsrc-users.
This commit is contained in:
parent
accd09e0ec
commit
0d189e3cf7
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.50 2021/08/28 08:03:18 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.51 2021/08/28 08:36:10 wiz Exp $
|
||||
|
||||
DISTNAME= libpeas-1.26.0
|
||||
PKGREVISION= 2
|
||||
|
@ -20,7 +20,7 @@ MESON_ARGS+= -Dpython3=true
|
|||
MESON_ARGS+= -Dpython2=false
|
||||
MESON_ARGS+= -Dlua51=false
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 37
|
||||
PYTHON_FOR_BUILD_ONLY= yes
|
||||
|
||||
PKGCONFIG_OVERRIDE+= output/meson-private/libpeas-gtk-1.0.pc
|
||||
|
|
Loading…
Reference in a new issue