py-pyobjc: Python 2.7 is not supported
This commit is contained in:
parent
5f1913a9b8
commit
48169a1896
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.8 2019/11/18 17:03:08 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.9 2019/11/19 05:36:44 adam Exp $
|
||||
# used by devel/py-pyobjc-core/Makefile
|
||||
# used by devel/py-pyobjc-framework-AVFoundation/Makefile
|
||||
# used by devel/py-pyobjc-framework-AVKit/Makefile
|
||||
|
@ -87,6 +87,8 @@ LICENSE= mit
|
|||
|
||||
ONLY_FOR_PLATFORM= Darwin-*-*
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
SUBST_CLASSES+= pysetup
|
||||
SUBST_STAGE.pysetup= pre-configure
|
||||
SUBST_MESSAGE.pysetup= Avoiding hacks in pyobjc_setup.py.
|
||||
|
|
Loading…
Reference in a new issue