jscheffl commented on code in PR #56456:
URL: https://github.com/apache/airflow/pull/56456#discussion_r2755619629


##########
dev/breeze/src/airflow_breeze/templates/pyproject_TEMPLATE.toml.jinja2:
##########
@@ -36,11 +36,31 @@
 
 # NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
 
-# IF YOU WANT TO MODIFY THIS FILE EXCEPT DEPENDENCIES, YOU SHOULD MODIFY THE 
TEMPLATE
-# `pyproject_TEMPLATE.toml.jinja2` IN the 
`dev/breeze/src/airflow_breeze/templates` DIRECTORY
+# IF YOU WANT TO MODIFY THIS FILE EXCEPT DEPENDENCIES OR HATCHLING DETAILS(*),
+# YOU SHOULD MODIFY THE TEMPLATE `pyproject_TEMPLATE.toml.jinja2` IN the
+# `dev/breeze/src/airflow_breeze/templates` DIRECTORY
+#
+# *) Hatchling is an optional build backend for some providers only in which
+#    you can define custom builds and artifacts/excludes
+
 [build-system]
+{% if BUILD_SYSTEM == "flit_core" -%}
 requires = ["flit_core==3.12.0"]
 build-backend = "flit_core.buildapi"
+{% else -%}
+requires = [

Review Comment:
   Okay, good point. Adjusted logic to read from central pyproject.toml and 
aligning 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to