Skip to content

Commit ede55b2

Browse files
TodicaIonutcary-ilm
andcommitted
Remove duplicate cmake dependency from skbuild plugin (AcademySoftwareFoundation#1993)
Signed-off-by: Todica Ionut <[email protected]> Co-authored-by: Cary Phillips <[email protected]>
1 parent 8921b99 commit ede55b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/wrappers/python/openexr_skbuild_plugin.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,3 @@ def dynamic_metadata(
9999
print("openexr_skbuild_plugin: Computed version: {0}".format(version))
100100

101101
return version
102-
103-
def get_requires_for_dynamic_metadata(
104-
_settings: Optional[Dict[str, object]] = None,
105-
) -> List[str]:
106-
return ["cmake"]

0 commit comments

Comments
 (0)