tvalentyn commented on a change in pull request #12619:
URL: https://github.com/apache/beam/pull/12619#discussion_r472557379
##########
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:
Feel free to keep it here as well, we can merge these into 2.24.0 as two
separate commits. 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:
[email protected]