[Python-modules-commits] [python-confluent-kafka] 06/08: Support Avro Consumer & Producer

Christos Trochalakis ctrochalakis at moszumanska.debian.org
Tue Mar 14 14:39:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

ctrochalakis pushed a commit to branch master
in repository python-confluent-kafka.

commit ec70d37b2d11b85339043633ee0bf045d070753c
Author: Christos Trochalakis <yatiohi at ideopolis.gr>
Date:   Thu Mar 9 16:14:00 2017 +0200

    Support Avro Consumer & Producer
    
    Build-Depend on python-avro & python-requests for testing and
    add Suggest python-avro & python-requests.
---
 debian/control | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index afc4f7c..42149c3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,15 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                librdkafka-dev (>= 0.9.1),
                python-all,
+               python-avro,
                python-dev,
+               python-requests,
                python-setuptools,
                python3-all,
                python3-dev,
-               python3-setuptools
+               python3-requests,
+               python3-setuptools,
+               python3-avro
 Standards-Version: 3.9.8
 Homepage: https://github.com/confluentinc/confluent-kafka-python
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-confluent-kafka.git
@@ -19,6 +23,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-confl
 Package: python-confluent-kafka
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Suggests: python-avro, python-requests
 Description: Python client to interact with Kafka - Python 2.7
  python-confluent-kafka wraps the librdkafka C library, providing full Kafka
  protocol support with great performance and reliability.
@@ -28,6 +33,7 @@ Description: Python client to interact with Kafka - Python 2.7
 Package: python3-confluent-kafka
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Suggests: python3-avro, python3-requests
 Description: Python client to interact with Kafka - Python 3.x
  python-confluent-kafka wraps the librdkafka C library, providing full Kafka
  protocol support with great performance and reliability.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-confluent-kafka.git



More information about the Python-modules-commits mailing list