Skip to content
Snippets Groups Projects
Commit 474ca581 authored by Dmitry Marakasov's avatar Dmitry Marakasov
Browse files

math/py-gmpy2: limit supported python versions

src/gmpy_mpfr.c:756:20: error: use of undeclared identifier '_PyHASH_NAN'
            return _PyHASH_NAN;

Approved by:	portmgr blanket
parent 9d058c62
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \
libmpc.so:math/mpc \
libmpfr.so:math/mpfr
USES= python:3.6+ zip
USES= python:3.6-3.9 zip
USE_PYTHON= distutils autoplist
CONFLICTS= ${PYTHON_PKGNAMEPREFIX}gmpy2-devel-2.1*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment