diff options
Diffstat (limited to 'dev-python/pyudev')
-rw-r--r-- | dev-python/pyudev/pyudev-0.24.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pyudev/pyudev-0.24.0.ebuild b/dev-python/pyudev/pyudev-0.24.0.ebuild index e7e594b43a02..7d9d8b3839e0 100644 --- a/dev-python/pyudev/pyudev-0.24.0.ebuild +++ b/dev-python/pyudev/pyudev-0.24.0.ebuild @@ -5,11 +5,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 optfeature +inherit distutils-r1 optfeature pypi DESCRIPTION="Python binding to libudev" HOMEPAGE="https://pyudev.readthedocs.io/en/latest/ https://github.com/pyudev/pyudev" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |