From c633286019f669459eaf0baac1bd9fc81be791c8 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 27 Jun 2019 15:31:00 -0400 Subject: [PATCH] Add missing dateutil dependency to apt --- confluent_server/builddeb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/builddeb b/confluent_server/builddeb index 4382a423..c5af4d9b 100755 --- a/confluent_server/builddeb +++ b/confluent_server/builddeb @@ -32,7 +32,7 @@ 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 else - sed -i 's/^\(Depends:.*\)/\1, confluent-client, python-lxml, python-eficompressor, python-pycryptodome/' debian/control + sed -i 's/^\(Depends:.*\)/\1, confluent-client, python-lxml, python-eficompressor, python-pycryptodome, python-dateutil/' debian/control fi if grep wheezy /etc/os-release; then echo 'confluent_client python-confluent-client' >> debian/pydist-overrides