Skip to content

Commit

Permalink
Add python3-dirq as dependency for apel-ssm-service
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
“Sae126V” authored and tofu-rocketry committed Nov 19, 2024
1 parent 236ade0 commit caadaf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ssm-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ fpm -s pleaserun -t "$PACK_TYPE" \
--no-auto-depends \
--depends apel-ssm \
--depends python3-daemon \
--depends python3-dirq \
--package "$BUILD_DIR" \
/usr/bin/ssmreceive

Expand Down

0 comments on commit caadaf1

Please sign in to comment.