Fix too broad Python specification, cut down to 2.7 explicitly.
This commit is contained in:
parent
ca7ff36749
commit
b006691256
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454556
5 changed files with 6 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue