Skip to content

Commit 93d491f

Browse files
SecAI-Hubclaude
andcommitted
Remove non-existent python3-searxng RPM from recipe
The python3-searxng package does not exist in Fedora 42 repos, causing the BlueBuild image build to fail. SearXNG is already installed via pip in build-services.sh, so the RPM entry was redundant. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b2b83ef commit 93d491f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

files/scripts/build-services.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pip3 install --prefix=/usr --no-cache-dir huggingface-hub 2>/dev/null || \
126126
echo "Installing: searxng"
127127
pip3 install --prefix=/usr --no-cache-dir searxng 2>/dev/null || \
128128
pip3 install --prefix=/usr --break-system-packages --no-cache-dir searxng 2>/dev/null || \
129-
echo "WARNING: searxng pip install failed, relying on RPM package"
129+
echo "WARNING: searxng pip install failed — SearXNG search will not be available"
130130

131131
# Cleanup build artifacts
132132
rm -rf "$SRC_DIR"

recipes/recipe.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ modules:
3434
- git # Git for HuggingFace model cloning
3535
# Clipboard auto-clear (M21)
3636
- wl-clipboard # wl-copy/wl-paste for Wayland clipboard clearing
37-
# Tor + SearXNG (anonymous web search)
37+
# Tor (anonymous web search — SearXNG installed via pip in build-services.sh)
3838
- tor # Tor SOCKS5 proxy
39-
- python3-searxng # SearXNG metasearch (or installed via pip)
4039
# Model integrity (M27)
4140
- fsverity-utils # fs-verity Merkle tree integrity on model files
4241
# Canary / tripwire inotify watcher (M22)

0 commit comments

Comments
 (0)