summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-11-09 10:51:24 +0100
committerThomas Haller <thaller@redhat.com>2020-11-09 10:51:26 +0100
commit86d3022ef523a8a6c876a8cd648b6b22b5855468 (patch)
treeabb53dc7e5b17d86ac37e9fa6e049cbf812afce1
parentf19f3f74c63324e046805f184342c3cba3de0742 (diff)
downloadNetworkManager-86d3022ef523a8a6c876a8cd648b6b22b5855468.tar.gz
contrib: add xargs/black/clang packages to fedora/REQUIRED_PACKAGES
These packages are also used during CI tests (in the checkpatch stage). They are also used for formatting C/python code, and thus useful for developing. Install them as part of REQUIRED_PACKAGES script.
-rwxr-xr-xcontrib/fedora/REQUIRED_PACKAGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/fedora/REQUIRED_PACKAGES b/contrib/fedora/REQUIRED_PACKAGES
index 18ba364199..c06c8b8cf2 100755
--- a/contrib/fedora/REQUIRED_PACKAGES
+++ b/contrib/fedora/REQUIRED_PACKAGES
@@ -40,10 +40,13 @@ else
fi
install \
+ /usr/bin/xargs \
ModemManager-devel \
ModemManager-glib-devel \
audit-libs-devel \
+ black \
bluez-libs-devel \
+ clang \
dbus-devel \
dbus-x11 \
dhclient \