Skip to content

Commit

Permalink
dev-python/cysignals: rase dependency on cython to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwifb committed Oct 10, 2023
1 parent 36e2916 commit 94094bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/cysignals/cysignals-1.11.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IUSE=""

DEPEND=">=sci-mathematics/pari-2.13.0:="
RDEPEND="${DEPEND}"
BDEPEND=">=dev-python/cython-0.29.24[${PYTHON_USEDEP}]"
BDEPEND=">=dev-python/cython-3.0.0[${PYTHON_USEDEP}]"

python_test(){
PATH="${BUILD_DIR}/scripts:${PATH}" "${EPYTHON}" -B "${S}"/rundoctests.py "${S}"/src/cysignals/*.pyx
Expand Down

0 comments on commit 94094bf

Please sign in to comment.