I don't know what package provides this... but it seems this lacks a dependency on it: >> import PyRTF ERROR: [Errno 2] No such file or directory: 'container-exception-logger': 'container-exception-logger' Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.6/site-packages/PyRTF/__init__.py", line 1, in <module> from PropertySets import * ModuleNotFoundError: No module named 'PropertySets' >>> import PyRTF Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.6/site-packages/PyRTF/__init__.py", line 1, in <module> from PropertySets import * ModuleNotFoundError: No module named 'PropertySets' >>> import PyRTF Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.6/site-packages/PyRTF/__init__.py", line 1, in <module> from PropertySets import * ModuleNotFoundError: No module named 'PropertySets'
anyway... I am not sure if we really need this: last release in 2005 and no reverse deps in the tree
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cb5da2bd25b99240f5c71ee18e301a56ec6b27 commit f4cb5da2bd25b99240f5c71ee18e301a56ec6b27 Author: Mikle Kolyada <zlogene@gentoo.org> AuthorDate: 2018-07-25 23:10:50 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2018-07-25 23:10:50 +0000 dev-python/pyrtf: remove last rited package Closes: https://bugs.gentoo.org/658984 dev-python/pyrtf/Manifest | 1 - dev-python/pyrtf/metadata.xml | 11 ----------- dev-python/pyrtf/pyrtf-0.45-r2.ebuild | 25 ------------------------- 3 files changed, 37 deletions(-)