Diff matplotlib-3.7.2-r1 with a matplotlib-3.7.3

/usr/portage/dev-python/matplotlib/matplotlib-3.7.3.ebuild 2023-10-09 14:52:30.308368371 +0300
41 41
	>=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}]
42 42
	>=dev-python/fonttools-4.22.0[${PYTHON_USEDEP}]
43 43
	>=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}]
44
	<dev-python/numpy-2[${PYTHON_USEDEP}]
44 45
	>=dev-python/numpy-1.20[${PYTHON_USEDEP}]
45 46
	>=dev-python/packaging-20.0[${PYTHON_USEDEP}]
46 47
	>=dev-python/pillow-7.1.1[jpeg,webp,${PYTHON_USEDEP}]
......
149 150
		"${FILESDIR}"/matplotlib-3.3.3-disable-lto.patch
150 151
		"${FILESDIR}"/matplotlib-3.7.1-test.patch
151 152
		"${FILESDIR}"/matplotlib-3.7.2-macOS_no-Cocoa.patch
152
		"${FILESDIR}"/matplotlib-3.7.2-pyparsing-3.1.patch
153 153
	)
154 154

  
155
	sed \
156
		-e 's/matplotlib.pyparsing_py[23]/pyparsing/g' \
157
		-i lib/matplotlib/{mathtext,fontconfig_pattern}.py \
158
		|| die "sed pyparsing failed"
159
	sed -i -e '/setuptools_scm/s:,<7::' setup.py || die
160

  
161 155
	hprefixify setupext.py
162 156

  
163 157
	rm -rf libqhull || die
Thank you!