From f214fbc266251a8f2b6a75a80efb2488b6855ec8 Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Tue, 16 Aug 2022 17:38:48 +0200 Subject: [PATCH] dev-python/python-pidfile: fix missing dependency Signed-off-by: Nicola Smaniotto --- ...on-pidfile-3.0.0.ebuild => python-pidfile-3.0.0-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) rename dev-python/python-pidfile/{python-pidfile-3.0.0.ebuild => python-pidfile-3.0.0-r1.ebuild} (91%) 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 1eee8940cb..a543474304 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() {