commit:     f214fbc266251a8f2b6a75a80efb2488b6855ec8
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Aug 16 15:38:48 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Tue Aug 16 15:38:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f214fbc2

dev-python/python-pidfile: fix missing dependency

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 .../{python-pidfile-3.0.0.ebuild => python-pidfile-3.0.0-r1.ebuild}   | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild 
b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
similarity index 91%
rename from dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
rename to dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
index 1eee8940c..a54347430 100644
--- a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
+++ b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
@@ -17,6 +17,10 @@ KEYWORDS="~amd64"
 
 RESTRICT="test" # https://github.com/mosquito/python-pidfile/issues/7
 
+RDEPEND="
+       dev-python/psutil[${PYTHON_USEDEP}]
+"
+
 distutils_enable_tests unittest
 
 python_test() {

Reply via email to