Skip to content

Commit

Permalink
science/py-dlib: limit python upper version to 3.10 (+)
Browse files Browse the repository at this point in the history
dlib is currently not supported Python 3.11+

Reported by:	poudriere bulk -t
Approved by:	portmgr blanket
  • Loading branch information
fluffykhv committed Apr 3, 2023
1 parent 155104e commit da1b7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/py-dlib/Makefile
Expand Up @@ -16,7 +16,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core
LIB_DEPENDS= ${PY_BOOST} \
libpng.so:graphics/png

USES= compiler:c++11-lang pkgconfig python:3.6+ shebangfix \
USES= compiler:c++11-lang pkgconfig python:3.7-3.10 shebangfix \
tar:bzip2
USE_PYTHON= autoplist distutils
SHEBANG_FILES= python_examples/*.py
Expand Down

0 comments on commit da1b7b9

Please sign in to comment.