Skip to content

Commit

Permalink
fix function signature of get_requires_for_build_wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Dec 20, 2022
1 parent 07a0381 commit 8eadc37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
---------

[2.13.7] -
^^^^^^^^^^^^^^^^^^^^^
Fixed
~~~~~~~
- fix function signature of ``get_requires_for_build_wheel``

[2.13.6] - 2022-12-11
^^^^^^^^^^^^^^^^^^^^^
Changed
Expand Down
2 changes: 1 addition & 1 deletion _custom_build/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _ninja_required():
return False


def get_requires_for_build_wheel(self, config_settings=None):
def get_requires_for_build_wheel(config_settings=None):
packages = []
if _cmake_required():
packages.append("cmake")
Expand Down

0 comments on commit 8eadc37

Please sign in to comment.