From 0bd403f73d5f01fae77c0409275c2eaeedf98985 Mon Sep 17 00:00:00 2001
From: Thomas Owen James <tjames@cmd-scouting-ctrlhub.dyndns.cern.ch>
Date: Tue, 23 Aug 2022 18:57:51 +0200
Subject: [PATCH] removed libcrypto dependency

---
 scripts/scdaqrpm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/scdaqrpm.sh b/scripts/scdaqrpm.sh
index d91b92da..147fd4b2 100755
--- a/scripts/scdaqrpm.sh
+++ b/scripts/scdaqrpm.sh
@@ -174,7 +174,7 @@ BuildArch: $BUILD_ARCH
 AutoReqProv: no
 Provides:/opt/scdaq
 
-Requires: tbb boost-thread libcurl libcrypto
+Requires: tbb boost-thread libcurl
 
 %description
 scouting daq 
-- 
GitLab