Diff thriftpy2-0.4.16 with a thriftpy2-0.4.16-r1

/usr/portage/dev-python/thriftpy2/thriftpy2-0.4.16-r1.ebuild 2023-10-09 14:52:30.388368373 +0300
27 27
	dev-python/ply[${PYTHON_USEDEP}]
28 28
	dev-python/six[${PYTHON_USEDEP}]
29 29
"
30
# <cython-3: https://bugs.gentoo.org/898722
31 30
BDEPEND="
32
	<dev-python/cython-3[${PYTHON_USEDEP}]
31
	dev-python/cython[${PYTHON_USEDEP}]
33 32
	test? (
34 33
		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
35 34
		dev-python/tornado[${PYTHON_USEDEP}]
36 35
	)
37 36
"
38 37

  
38
PATCHES=(
39
	"${FILESDIR}"/${P}-cython3.patch
40
)
41

  
39 42
distutils_enable_tests pytest
40 43

  
41 44
python_test() {
Thank you!