tuhaihe commented on code in PR #1256: URL: https://github.com/apache/cloudberry/pull/1256#discussion_r2238142702
########## gpMgmt/bin/Makefile: ########## @@ -79,13 +79,36 @@ endif # # Python Libraries # +# Download Python source packages using pip3 download +# This replaces the previously bundled tar.gz files to comply with Apache Release policy +# +MOCK_VERSION=1.0.1 +PARSE_VERSION=1.8.2 +SETUP_TOOLS_VERSION=36.6.0 +BEHAVE_VERSION=1.2.6 Review Comment: > In fact, no packages under `pythonSrc/ext` are referenced by `paxpy`. `paxpy` can be compiled independently, so there is no impact on the current PR if `setup.py` is not deleted. Cool. Thanks @jiaqizho for your confirmation. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
