jkff commented on a change in pull request #12619:
URL: https://github.com/apache/beam/pull/12619#discussion_r472556970
##########
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:
Oops, added now, thanks! Will send a separate PR to master. Do you
prefer if I remove it from here?
----------------------------------------------------------------
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]