tvalentyn commented on a change in pull request #15819:
URL: https://github.com/apache/beam/pull/15819#discussion_r751912873
##########
File path: sdks/python/build-requirements.txt
##########
@@ -14,6 +14,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+
+# TODO: Consider PEP-517/PEP-518 instead of this file (BEAM-8954).
+
+setuptools
+wheel>=0.36.0
Review comment:
these are common build dependencies, however wheel is not installed by
default into `venv`, but is installed in virtualenv-created env. without this
change, installing from sdist was failing on some python versions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]