Diff pandas-2.1.0 with a pandas-2.1.1

/usr/portage/dev-python/pandas/pandas-2.1.1.ebuild 2023-10-09 14:52:30.320368371 +0300
88 88
		>=dev-python/pytest-xdist-2.2.0[${PYTHON_USEDEP}]
89 89
		>=dev-python/psycopg-2.9.3:2[${PYTHON_USEDEP}]
90 90
		>=dev-python/xlsxwriter-3.0.3[${PYTHON_USEDEP}]
91
		sys-apps/which
92 91
		x11-misc/xclip
93 92
		x11-misc/xsel
94 93
	)
......
101 100
"
102 101

  
103 102
PATCHES=(
104
	"${FILESDIR}/${P}-build-system.patch"
103
	# a quick hack, it's already fixed in main
104
	"${FILESDIR}/pandas-2.1.1-which.patch"
105 105
)
106 106

  
107 107
src_test() {
Thank you!