this drops support for python2, so adjust dependant ports accordingly (py-IOSXR and py-napalm). as discussed with stuart we will force the python3 flavor for these ports to make it easier in the future to add additional flavors when needed. add quirks as needed and remove the non-python3 entries from the category Makefiles ok sthen@
14 lines
235 B
Makefile
14 lines
235 B
Makefile
# $OpenBSD: Makefile.inc,v 1.4 2020/02/20 20:16:50 jasper Exp $
|
|
|
|
CATEGORIES += net net/napalm
|
|
|
|
MODULES += lang/python
|
|
MODPY_PI ?= Yes
|
|
MODPY_SETUPTOOLS ?= Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE ?= Yes
|