summaryrefslogtreecommitdiff
path: root/textproc/py-pystemmer/files/patch-setup.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/py-pystemmer: fix build with cython 3.xDmitry Marakasov2021-11-171-0/+11
The port builds fine with cython 3.x (upcoming cython-devel), which is currently the only option with (upcoming) python 3.11. Remove the needless version limitation which breaks the build. PR: 259899 Approved by: dbaio (maintainer)