Skip to content

Commit

Permalink
Add missing packages in DEB and RPM section for py2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
“Sae126V” authored and tofu-rocketry committed May 7, 2024
1 parent 3ba8c9d commit 819a177
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/ssm-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ elif [[ ${PY_NUM:0:1} == "2" ]]; then
--depends python-pip \
--depends 'python-stomp < 5.0.0' \
--depends python-ldap \
--depends python-cryptography \
--depends python-openssl \
--depends python-daemon \
--depends libssl-dev \
--depends libsasl2-dev \
--depends openssl "
Expand All @@ -170,6 +173,9 @@ elif [[ ${PY_NUM:0:1} == "2" ]]; then
elif [[ "$PACK_TYPE" = "rpm" ]]; then
FPM_PYTHON="--depends python2 \
--depends python2-pip \
--depends python2-cryptography \
--depends python2-pyOpenSSL \
--depends python2-daemon \
--depends stomppy \
--depends python-ldap \
--depends openssl \
Expand Down

0 comments on commit 819a177

Please sign in to comment.