From a6d3cd92fe2be55032c2e63a1ed983543d28143b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sun, 2 Jan 2022 20:36:41 +0000 Subject: [PATCH] revert new dependency for fedora added in #3517 (#3530) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Objective - Revert #3517 as the dependency added (rust-libudev-devel) has a dependency on cargo which install the package manager version, which isn't compatible with rustup version and may break the setup of users Co-authored-by: François <8672791+mockersf@users.noreply.github.com> --- docs/linux_dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index d4842c9eb6bca..ea137a92e62d1 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -29,7 +29,7 @@ Please see the ubuntu [WSL documentation](https://wiki.ubuntu.com/WSL) on how to ## Fedora ```bash -sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel rust-libudev-devel +sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel ``` If there are errors with linking during the build process such as: