potiuk commented on a change in pull request #12438:
URL: https://github.com/apache/airflow/pull/12438#discussion_r525869005
##########
File path: dev/provider_packages/prepare_provider_packages.py
##########
@@ -789,7 +789,10 @@ def convert_cross_package_dependencies_to_table(
base_url = f"https://pypi.org/project/{prefix}-"
for dependency in cross_package_dependencies:
pip_package_name = f"{prefix}-{dependency.replace('.','-')}"
- url_suffix = f"{dependency.replace('.','-')}"
+ if backport_packages:
Review comment:
@ashb -> one small fix 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]