https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276359

--- Comment #8 from John W. O'Brien <j...@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+=  
${PYTHON_PKGNAMEPREFIX}pysaml26>=6.5.0:security/py-pysaml26@${PY_FLAVOR}
 .else
RUN_DEPENDS+=  
${PYTHON_PKGNAMEPREFIX}pysaml2>=6.5.0:security/py-pysaml2@${PY_FLAVOR}
 .endif


After your last commit:


if ${PYTHON_REL} < 30900
RUN_DEPENDS+=  
${PYTHON_PKGNAMEPREFIX}pysaml24>=6.5.0:security/py-pysaml24@${PY_FLAVOR}
else
RUN_DEPENDS+=  
${PYTHON_PKGNAMEPREFIX}pysaml26>=6.5.0:security/py-pysaml26@${PY_FLAVOR}
endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to