# conan --help |& tail -n 1 pkg_resources.DistributionNotFound: The 'PyYAML<3.13.0,>=3.11' distribution was not found and is required by conan
Did you accidentally remove the package? The conan-1.0.4 ebuild has this in its RDEPEND >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}] So the ebuild should be fine?
(In reply to Benjamin Schindler from comment #1) > Did you accidentally remove the package? The conan-1.0.4 ebuild has this in > its RDEPEND > > >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}] > > So the ebuild should be fine? The problem is that dev-python/pyyaml-3.13 satifies that dependencies to the eyes of portage (as the is no upper limit). With pyyaml 3.13 installed, conan crashes on startup.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cb95401ed406a4bc8fa9b5abba308541e00ffb commit e6cb95401ed406a4bc8fa9b5abba308541e00ffb Author: Azamat H. Hackimov <azamat.hackimov@gmail.com> AuthorDate: 2019-07-30 23:35:48 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2019-08-13 04:28:39 +0000 dev-util/conan: update to 1.18.1 Update to 1.18.1, added myself to maintainers, fixes multiple bugs (#686568, #666984, #666980, #643152). Closes: https://bugs.gentoo.org/643152 Closes: https://bugs.gentoo.org/666980 Closes: https://bugs.gentoo.org/666984 Closes: https://bugs.gentoo.org/686568 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Package-Manager: Portage-2.3.66, Repoman-2.3.16 Closes: https://github.com/gentoo/gentoo/pull/12585 Signed-off-by: Joonas Niilola <juippis@gentoo.org> dev-util/conan/Manifest | 1 + dev-util/conan/conan-1.18.1.ebuild | 68 ++++++++++++++++++++++++++++++++++++++ dev-util/conan/metadata.xml | 4 +++ 3 files changed, 73 insertions(+)