diff options
author | Sam James <sam@gentoo.org> | 2022-05-21 00:27:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-21 00:27:30 +0100 |
commit | 7dafeba3e2f8cd0648a2a4e033bec8566d3661cf (patch) | |
tree | decae3bd7aacee96463f915fd31e3abe07b5c9fb /dev-python/psutil | |
parent | dev-qt/qthelp: add missing patch (diff) | |
download | gentoo-7dafeba3e2f8cd0648a2a4e033bec8566d3661cf.tar.gz gentoo-7dafeba3e2f8cd0648a2a4e033bec8566d3661cf.tar.bz2 gentoo-7dafeba3e2f8cd0648a2a4e033bec8566d3661cf.zip |
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>
Diffstat (limited to 'dev-python/psutil')
-rw-r--r-- | dev-python/psutil/psutil-5.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |