dev-python/rtslib-fb: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-03-17 13:02:35 +01:00
parent 72b5255517
commit 7fd4e2cbc5

View File

@@ -3,13 +3,13 @@
EAPI=7
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1 systemd
inherit distutils-r1 systemd pypi
DESCRIPTION="A Python object API for managing the Linux LIO kernel target"
HOMEPAGE="https://github.com/open-iscsi/rtslib-fb"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"