Skip to content

Commit caadaf1

Browse files
“Sae126V”tofu-rocketry
“Sae126V”
authored andcommittedNov 19, 2024·
Add python3-dirq as dependency for apel-ssm-service
The receiver has to use dirq when receiving as that's what the APEL loader expects to find. Whereas the non-dirq sending is a convenience for non-APEL client sites who just want to dump files into a directory for sending without worrying about the dirq naming schema (so it is optional).
1 parent 236ade0 commit caadaf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎scripts/ssm-build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ fpm -s pleaserun -t "$PACK_TYPE" \
175175
--no-auto-depends \
176176
--depends apel-ssm \
177177
--depends python3-daemon \
178+
--depends python3-dirq \
178179
--package "$BUILD_DIR" \
179180
/usr/bin/ssmreceive
180181

0 commit comments

Comments
 (0)
Please sign in to comment.