[Bug 276359] security/py-flask-saml: Update to 0.5.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Feb 2024 14:21:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276359 --- 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+= ${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.