You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/11/30 19:58:36 UTC

[beam] branch master updated: Add six to build-requirements.txt (#24434)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 6be2eed4563 Add six to build-requirements.txt (#24434)
6be2eed4563 is described below

commit 6be2eed456374870ce44fe227d99ada5c77ac118
Author: Anand Inguva <34...@users.noreply.github.com>
AuthorDate: Wed Nov 30 14:58:29 2022 -0500

    Add six to build-requirements.txt (#24434)
---
 sdks/python/build-requirements.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sdks/python/build-requirements.txt b/sdks/python/build-requirements.txt
index 80ce36de8c8..1a17eb29fa1 100644
--- a/sdks/python/build-requirements.txt
+++ b/sdks/python/build-requirements.txt
@@ -18,6 +18,11 @@
 # TODO(https://github.com/apache/beam/issues/20051): Consider PEP-517/PEP-518 instead of this file.
 
 setuptools
+# grpcio-tools depends on grpcio and the grpcio>1.50.0 results in error(ImportModuleError six)
+# when installing Apache Beam source via pip install -e .
+# Adding six as part of build dependencies.
+# https://github.com/apache/beam/issues/24432
+six
 wheel>=0.36.0
 
 grpcio-tools==1.37.0