From fcbbdc8a8d1acaf44eb374c12884a6676ef2c6d2 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 30 Aug 2019 10:22:17 -0400 Subject: [PATCH] Add python-pyopenssl and python-dateutil deps For wheezy, the only supported user wants to always have collective capability. Workaround pyghmi missing the dateutil dependency. --- confluent_server/builddeb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/builddeb b/confluent_server/builddeb index 8ba366f9..fd9a1ae9 100755 --- a/confluent_server/builddeb +++ b/confluent_server/builddeb @@ -30,7 +30,7 @@ shopt -s extglob cd deb_dist/!(*.orig)/ if [ "$OPKGNAME" = "confluent-server" ]; then if grep wheezy /etc/os-release; then - sed -i 's/^\(Depends:.*\)/\1, python-confluent-client, python-lxml, python-eficompressor, python-pycryptodomex/' debian/control + sed -i 's/^\(Depends:.*\)/\1, python-confluent-client, python-lxml, python-eficompressor, python-pycryptodomex, python-dateutil, python-pyopenssl/' debian/control else sed -i 's/^\(Depends:.*\)/\1, confluent-client, python-lxml, python-eficompressor, python-pycryptodome, python-dateutil/' debian/control fi