commit:     7dafeba3e2f8cd0648a2a4e033bec8566d3661cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 23:27:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 20 23:27:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dafeba3

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 <AT> gentoo.org>

 dev-python/psutil/psutil-5.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/psutil/psutil-5.9.1.ebuild 
b/dev-python/psutil/psutil-5.9.1.ebuild
index 8e9641dbd86a..37f1d2642158 100644
--- a/dev-python/psutil/psutil-5.9.1.ebuild
+++ b/dev-python/psutil/psutil-5.9.1.ebuild
@@ -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"

Reply via email to