From 18d7622e54448326f5629c3a2f590931bc67e7ed Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 2 Oct 2018 14:03:08 +0200 Subject: [PATCH] ci: add http-parser-devel for Fedora --- contrib/ci/deps.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh index c04c7aab03f..502b67f8c4e 100644 --- a/contrib/ci/deps.sh +++ b/contrib/ci/deps.sh @@ -54,6 +54,13 @@ if [[ "$DISTRO_BRANCH" == -redhat-* ]]; then dbus-python python-pep8 ) + + if [[ "$DISTRO_BRANCH" == -redhat-fedora-* ]]; then + DEPS_LIST+=( + http-parser-devel + ) + fi + _DEPS_LIST_SPEC=` sed -e 's/@PACKAGE_VERSION@/0/g' \ -e 's/@PACKAGE_NAME@/package-name/g' \