-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hookutils: remove requirements_for_package
Remove `requirements_for_package` hook utility, which was used by `collect_all`. Consequently, the latter does not include the top-level modules of metadata-declared requirements among the returned hidden imports anymore.
- Loading branch information
Showing
2 changed files
with
6 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Removed the ``requirements_for_package`` hook utility function, which | ||
was primarily used by :func:`collect_all`; the latter does not include | ||
the top-level modules of metadata-declared requirements among the | ||
returned hidden imports anymore. |