Skip to content

Commit

Permalink
math/py-cdecimal: limit supported python version
Browse files Browse the repository at this point in the history
cdecimal3.c:657:21: error: no member named 'tp_print' in 'struct _typeobject'
        return PyDict_Type.tp_print(self, fp, flags); /* GCOV_NOT_REACHED */
  • Loading branch information
AMDmi3 committed Oct 28, 2021
1 parent 27e57c1 commit 1654631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/py-cdecimal/Makefile
Expand Up @@ -13,7 +13,7 @@ COMMENT= Fast drop-in replacement for the Decimal module
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

USES= python:3.6+
USES= python:3.6-3.8
USE_PYTHON= distutils autoplist

post-install:
Expand Down

0 comments on commit 1654631

Please sign in to comment.