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

devel/py-blist: limit supported python versions

blist/_blist.c:6592:27: error: expression is not assignable
        Py_REFCNT(&saved) = 1;
parent 03a7c4be
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ COMMENT= Drop-in list replacement with better performance for large lists
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USES= python:3.6-3.9
USE_PYTHON= autoplist distutils
do-test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment