[
https://issues.apache.org/jira/browse/AVRO-2595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025718#comment-17025718
]
ASF subversion and git services commented on AVRO-2595:
-------------------------------------------------------
Commit 4006a7643c28a658bf2585761f64b4095aa51a71 in avro's branch
refs/heads/branch-1.9 from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=4006a76 ]
AVRO-2595: Remove Unusable Py3 Txipc (#716)
The Py3 package will be superseded by python
> txipc requires zope.interface and twisted, but package does not require them
> ----------------------------------------------------------------------------
>
> Key: AVRO-2595
> URL: https://issues.apache.org/jira/browse/AVRO-2595
> Project: Apache Avro
> Issue Type: Bug
> Components: python
> Reporter: Michael A. Smith
> Assignee: Michael A. Smith
> Priority: Major
> Fix For: 1.9.2
>
>
> The avro.txipc module in lang/py imports zope.interface and twisted, but
> setup.py does not require either. The Dockerfile we use in Travis definitely
> doesn't have zope.interface, so that means this module is certainly untested.
> If anyone is using it in the wild, they must be directly installing
> zope.interface on their own.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)