Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2024 22:34:28 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: beaad09b1d15 - main - security/howdy: Fix build with python-3.11
Message-ID:  <202401012234.401MYSQM082080@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=beaad09b1d1549e8f54255759a5910a70e743ed2

commit beaad09b1d1549e8f54255759a5910a70e743ed2
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-01-01 14:01:30 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-01-01 22:33:58 +0000

    security/howdy: Fix build with python-3.11
    
    PR:             276052
    Reported by:    wen
    Approved by:    maintainer
---
 security/howdy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/howdy/Makefile b/security/howdy/Makefile
index 21b0e68a4b1d..abee4b0d7016 100644
--- a/security/howdy/Makefile
+++ b/security/howdy/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS=	opencv>0:graphics/opencv \
 		${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
 		${LOCALBASE}/share/dlib-models/shape_predictor_5_face_landmarks.dat:misc/dlib-models
 
-USES=		python:3.8-3.10,run shebangfix
+USES=		python:run shebangfix
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	boltgolt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401012234.401MYSQM082080>