Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Feb 2024 14:21:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276359] security/py-flask-saml: Update to 0.5.1
Message-ID:  <bug-276359-7788-9ZUBPPktR5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276359-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276359-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276359

--- Comment #8 from John W. O'Brien <john@saltant.com> ---
(In reply to Wen Heping from comment #7)

This port is still failing in run-depends with py38.

>From my patch:


 .if ${PYTHON_REL} < 30900
RUN_DEPENDS+=3D=20=20
${PYTHON_PKGNAMEPREFIX}pysaml26>=3D6.5.0:security/py-pysaml26@${PY_FLAVOR}
 .else
RUN_DEPENDS+=3D=20=20
${PYTHON_PKGNAMEPREFIX}pysaml2>=3D6.5.0:security/py-pysaml2@${PY_FLAVOR}
 .endif


After your last commit:


.if ${PYTHON_REL} < 30900
RUN_DEPENDS+=3D=20=20
${PYTHON_PKGNAMEPREFIX}pysaml24>=3D6.5.0:security/py-pysaml24@${PY_FLAVOR}
.else
RUN_DEPENDS+=3D=20=20
${PYTHON_PKGNAMEPREFIX}pysaml26>=3D6.5.0:security/py-pysaml26@${PY_FLAVOR}
.endif

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276359-7788-9ZUBPPktR5>