Remove duplicate readline dependency

This commit is contained in:
2025-05-13 17:06:29 +03:00
parent f562d2d86b
commit 7bd014093f
+2 -2
View File
@@ -1,12 +1,12 @@
name: bash name: bash
description: The Bourne-Again Shell description: The Bourne-Again Shell
version: 5.2.37 version: 5.2.37
revision: 3 revision: 4
url: https://www.gnu.org/software/bash/ url: https://www.gnu.org/software/bash/
license: GPL3-or-later license: GPL3-or-later
architecture: any architecture: any
keep: ["etc/bashrc","etc/profile","etc/skel/.bash_profile","etc/skel/.bashrc"] keep: ["etc/bashrc","etc/profile","etc/skel/.bash_profile","etc/skel/.bashrc"]
depends: ["glibc","readline","readline"] depends: ["glibc","readline"]
optional_depends: ["bash-completion"] optional_depends: ["bash-completion"]
provides: ["sh"] provides: ["sh"]
type: source type: source