dev-python/psutil: update SRC_URI

Unconditionally download small tests patch. Cleaner than mangling the ebuild.

Reported-by: Kobboi
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-21 00:27:26 +01:00
parent 73af150a53
commit 7dafeba3e2

View File

@@ -11,7 +11,7 @@ inherit distutils-r1
DESCRIPTION="Retrieve information on running processes and system utilization"
HOMEPAGE="https://github.com/giampaolo/psutil https://pypi.org/project/psutil/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SRC_URI+=" test? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-5.9.1-tests.patch.xz )"
SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-5.9.1-tests.patch.xz"
LICENSE="BSD"
SLOT="0"