Diff rtslib-fb-2.1.75 with a rtslib-fb-2.1.76

/usr/portage/dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild 2023-10-09 14:52:30.372368372 +0300
4 4
EAPI=8
5 5

  
6 6
PYPI_NO_NORMALIZE=1
7
DISTUTILS_USE_PEP517=setuptools
7 8
PYTHON_COMPAT=( python3_{10..11} )
8 9

  
9 10
inherit distutils-r1 systemd pypi
......
23 24
	dev-python/six[${PYTHON_USEDEP}]
24 25
"
25 26

  
27
python_test() {
28
	# super basic import test
29
	"${EPYTHON}" - <<- EOF || die "Failed tests with ${EPYTHON}"
30
		from rtslib_fb import RTSRoot
31
	EOF
32
}
33

  
26 34
src_install() {
27 35
	distutils-r1_src_install
28 36
	systemd_dounit "${FILESDIR}/target.service"
Thank you!