You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/08/18 23:54:34 UTC

[GitHub] [beam] tvalentyn commented on a change in pull request #12619: [BEAM-10702, BEAM-10757] Cherrypick #12571: Do not implicitly decompress artifacts

tvalentyn commented on a change in pull request #12619:
URL: https://github.com/apache/beam/pull/12619#discussion_r472556534



##########
File path: sdks/python/container/license_scripts/dep_urls_py.yaml
##########
@@ -48,7 +48,9 @@ pip_dependencies:
   cython:
     license: "https://raw.githubusercontent.com/cython/cython/master/LICENSE.txt"
   enum34:
-    license: "https://bitbucket.org/stoneleaf/enum34/raw/c208549a93b71b948ff7bbdfd29dce8f85527916/enum/LICENSE"
+    # The original repo is down. This license taken from somebody's clone:
+    # https://github.com/jamespharaoh/python-enum34/blob/master/enum/LICENSE
+    license: "file:///tmp/license_scripts/manual_licenses/enum34/LICENSE"

Review comment:
       did you `git add` the LICENSE file? Also, it would be great if you send a PR for master with these commit(s). Thanks! 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org