1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

devel/catch: Add explicit Python build dependency (D29353)

This unbreaks the build when using devel/samurai.  It previously
got it through ninja which has a run dependency on Python.

-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
CMake Error at CMakeLists.txt:50 (message):
  Python not found, but required for tests

http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/catch-2.13.3.log

PR:		254678
This commit is contained in:
Tobias Kortkamp 2021-04-07 05:13:43 +02:00
parent 5979273651
commit 8769057cae
No known key found for this signature in database
GPG Key ID: A4F09FB73CC51F61

View File

@ -12,7 +12,7 @@ COMMENT= Header-only test framework for C++
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= compiler:c++14-lang cmake pathfix
USES= cmake compiler:c++14-lang pathfix python:build
USE_GITHUB= yes
GH_ACCOUNT= catchorg
GH_PROJECT= Catch2