summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-04-08 14:44:00 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-04-08 16:13:11 +0000
commitfd700f137c20c5f679a53f3ebe051c8294d2471e (patch)
tree43d724371c9bbc681ca6a3281faea1bb3e5cc77a /recipes-support
parenta52d46e2354977d8099424026eeb52de87570ed3 (diff)
downloadmeta-cloud-services-fd700f137c20c5f679a53f3ebe051c8294d2471e.tar.gz
puppet: drop ruby-shadow RDEPENDS
ruby-shadow is broken with Ruby 4.0 (struct rb_io API change) and the upstream project is unmaintained. Puppet only uses ruby-shadow as an optional feature for direct password management — it is not in puppet's gemspec dependencies. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/puppet/puppet_7.34.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-support/puppet/puppet_7.34.0.bb b/recipes-support/puppet/puppet_7.34.0.bb
index edc3971..26d66ce 100644
--- a/recipes-support/puppet/puppet_7.34.0.bb
+++ b/recipes-support/puppet/puppet_7.34.0.bb
@@ -23,7 +23,6 @@ DEPENDS += " \
23RDEPENDS:${PN} += " \ 23RDEPENDS:${PN} += " \
24 ruby \ 24 ruby \
25 facter \ 25 facter \
26 ruby-shadow \
27 bash \ 26 bash \
28" 27"
29 28