Fix too broad Python specification, cut down to 2.7 explicitly.
This commit is contained in:
@@ -79,7 +79,8 @@ PLIST_FILES= include/ldb_version.h \
|
||||
.if defined(NO_PYTHON)
|
||||
CONFIGURE_ARGS+= --disable-python
|
||||
.else
|
||||
USES+= python:2.7+
|
||||
USES+= python:2.7
|
||||
|
||||
PLIST_FILES+= include/pyldb.h \
|
||||
lib/libpyldb-util.so \
|
||||
lib/libpyldb-util.so.1 \
|
||||
|
||||
@@ -81,7 +81,7 @@ PLIST_FILES= include/ldb_version.h \
|
||||
.if defined(NO_PYTHON)
|
||||
CONFIGURE_ARGS+= --disable-python
|
||||
.else
|
||||
USES+= python:2.7+
|
||||
USES+= python:2.7
|
||||
|
||||
PLIST_FILES+= include/pyldb.h \
|
||||
lib/libpyldb-util.so \
|
||||
|
||||
@@ -46,7 +46,7 @@ PLIST_FILES+= include/tdb.h \
|
||||
.if defined(NO_PYTHON)
|
||||
CONFIGURE_ARGS+= --disable-python
|
||||
.else
|
||||
USES+= python:2.7+
|
||||
USES+= python:2.7
|
||||
|
||||
PLIST_FILES+= %%PYTHON_SITELIBDIR%%/tdb.so \
|
||||
%%PYTHON_SITELIBDIR%%/_tdb_text.py
|
||||
|
||||
@@ -39,7 +39,7 @@ PLIST_FILES+= include/talloc.h \
|
||||
.if defined(NO_PYTHON)
|
||||
CONFIGURE_ARGS+= --disable-python
|
||||
.else
|
||||
USES+= python:2.7+
|
||||
USES+= python:2.7
|
||||
|
||||
PLIST_FILES+= include/pytalloc.h \
|
||||
lib/libpytalloc-util.so \
|
||||
|
||||
@@ -45,7 +45,7 @@ PLIST_FILES+= include/tevent.h \
|
||||
.if defined(NO_PYTHON)
|
||||
CONFIGURE_ARGS+= --disable-python
|
||||
.else
|
||||
USES+= python:2.7+
|
||||
USES+= python:2.7
|
||||
|
||||
PLIST_FILES+= %%PYTHON_SITELIBDIR%%/_tevent.so \
|
||||
%%PYTHON_SITELIBDIR%%/tevent.py \
|
||||
|
||||
Reference in New Issue
Block a user