From 884776fd5a37fde64c4bb4e64592a64343655286 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 10 Feb 2021 18:29:05 -0800 Subject: [PATCH] Fix boost-python rules for Fedora No supported versions of Fedora carry a Python 2 subpackage for Boost. In Fedora 33, the boost-python3-devel subpackage was folded into boost-devel. --- rosdep/base.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/rosdep/base.yaml b/rosdep/base.yaml index e324ff6430f44..6a3c2691b3c71 100644 --- a/rosdep/base.yaml +++ b/rosdep/base.yaml @@ -323,9 +323,8 @@ boost: stretch: [libboost-all-dev] wheezy: [libboost-all-dev] fedora: - '*': [boost-devel, boost-python3-devel] - '30': [boost-devel, boost-python2-devel, boost-python3-devel] - '31': [boost-devel, boost-python2-devel, boost-python3-devel] + '*': [boost-devel] + '32': [boost-devel, boost-python3-devel] freebsd: [py27-boost-libs] gentoo: ['dev-libs/boost[python]'] macports: [boost] @@ -2039,7 +2038,7 @@ libboost-python: buster: [libboost-python1.67.0] jessie: [libboost-python1.55.0] stretch: [libboost-python1.62.0] - fedora: [boost-python2-devel, boost-python3-devel] + fedora: [boost-python3] gentoo: ['dev-libs/boost[python]'] openembedded: [boost@openembedded-core] ubuntu: @@ -2052,7 +2051,9 @@ libboost-python: libboost-python-dev: alpine: [boost-python2] debian: [libboost-python-dev] - fedora: [boost-python2-devel] + fedora: + '*': [boost-devel] + '32': [boost-devel, boost-python3-devel] gentoo: ['dev-libs/boost[python]'] openembedded: [boost@openembedded-core] ubuntu: [libboost-python-dev]