Gentoo Archives: gentoo-commits

From: Nicola Smaniotto <smaniotto.nicola@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/
Date: Tue, 16 Aug 2022 15:39:47
Message-Id: 1660664328.f214fbc266251a8f2b6a75a80efb2488b6855ec8.smaniotto.nicola@gentoo
1 commit: f214fbc266251a8f2b6a75a80efb2488b6855ec8
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 16 15:38:48 2022 +0000
4 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 16 15:38:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f214fbc2
7
8 dev-python/python-pidfile: fix missing dependency
9
10 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
11
12 .../{python-pidfile-3.0.0.ebuild => python-pidfile-3.0.0-r1.ebuild} | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 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
16 similarity index 91%
17 rename from dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
18 rename to dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
19 index 1eee8940c..a54347430 100644
20 --- a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
21 +++ b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
22 @@ -17,6 +17,10 @@ KEYWORDS="~amd64"
23
24 RESTRICT="test" # https://github.com/mosquito/python-pidfile/issues/7
25
26 +RDEPEND="
27 + dev-python/psutil[${PYTHON_USEDEP}]
28 +"
29 +
30 distutils_enable_tests unittest
31
32 python_test() {