Skip to content

Commit

Permalink
commentout
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jan 20, 2025
1 parent 66158f8 commit f92a56e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/wrappers/python/openexr_skbuild_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def dynamic_metadata(

return version

def get_requires_for_dynamic_metadata(
_settings: Optional[Dict[str, object]] = None,
) -> List[str]:
return ["cmake"]
#def get_requires_for_dynamic_metadata(
# _settings: Optional[Dict[str, object]] = None,
#) -> List[str]:
# return ["cmake"]

0 comments on commit f92a56e

Please sign in to comment.