Skip to content

Commit

Permalink
Merge pull request #372 from Sae126V/Remove-python-daemon-package-as-…
Browse files Browse the repository at this point in the history
…an-dependency

Add extra dependencies for apel-ssm-service
  • Loading branch information
tofu-rocketry authored Nov 19, 2024
2 parents 43dedc3 + caadaf1 commit 37d8623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ssm-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ if [[ ${PY_NUM:0:1} == "3" ]]; then
--depends python3-pip \
--depends python3-cryptography \
--depends python3-openssl \
--depends python3-daemon \
--depends 'python3-stomp' \
--depends openssl "

Expand All @@ -142,7 +141,6 @@ if [[ ${PY_NUM:0:1} == "3" ]]; then
--depends python3-pip \
--depends python3-cryptography \
--depends python3-pyOpenSSL \
--depends python3-daemon \
--depends openssl \
--depends openssl-devel "
fi
Expand Down Expand Up @@ -176,6 +174,8 @@ fpm -s pleaserun -t "$PACK_TYPE" \
--architecture all \
--no-auto-depends \
--depends apel-ssm \
--depends python3-daemon \
--depends python3-dirq \
--package "$BUILD_DIR" \
/usr/bin/ssmreceive

Expand Down

0 comments on commit 37d8623

Please sign in to comment.