osquery build is not compatible with python3

PR:		234633
This commit is contained in:
Antoine Brodin 2019-01-09 12:30:03 +00:00
parent 30266326a6
commit ba2a5298d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489773

View File

@ -30,7 +30,7 @@ LIB_DEPENDS= libaugeas.so:textproc/augeas \
libzstd.so:archivers/zstd
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss
USES= cmake libtool python:build compiler:c++11-lib \
USES= cmake libtool python:2.7,build compiler:c++11-lib \
libarchive ssl
USE_GNOME= libxml2
CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \