From b1366210740c3a9a31b105af0033eda5f1e59093 Mon Sep 17 00:00:00 2001 From: fmessmer Date: Fri, 22 Jan 2021 08:15:12 +0100 Subject: [PATCH 1/2] update rosdep python-construct --- rosdep/python.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/rosdep/python.yaml b/rosdep/python.yaml index 09e6c451441b0..df0b121255e0f 100644 --- a/rosdep/python.yaml +++ b/rosdep/python.yaml @@ -1102,8 +1102,12 @@ python-configparser: gentoo: [dev-python/configparser] ubuntu: [python-configparser] python-construct: + arch: [python-construct] debian: [python-construct] - ubuntu: [python-construct] + gentoo: [dev-python/construct] + ubuntu: + bionic: [python-construct] + xenial: [python-construct] python-construct-pip: debian: pip: @@ -5699,6 +5703,11 @@ python3-connexion-pip: ubuntu: pip: packages: [connexion] +python3-construct: + arch: [python-construct] + debian: [python3-construct] + gentoo: [dev-python/construct] + ubuntu: [python3-construct] python3-coverage: debian: [python3-coverage] fedora: [python3-coverage] From b252715f22b67d0093748532212fc933407d915a Mon Sep 17 00:00:00 2001 From: Felix Messmer Date: Fri, 22 Jan 2021 08:59:54 +0000 Subject: [PATCH 2/2] add python3-construct for fedora Co-authored-by: Scott K Logan --- rosdep/python.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/rosdep/python.yaml b/rosdep/python.yaml index df0b121255e0f..d4e16bba50c5b 100644 --- a/rosdep/python.yaml +++ b/rosdep/python.yaml @@ -5706,6 +5706,7 @@ python3-connexion-pip: python3-construct: arch: [python-construct] debian: [python3-construct] + fedora: [python3-construct] gentoo: [dev-python/construct] ubuntu: [python3-construct] python3-coverage: