Skip to content

Commit

Permalink
mention pkg_resources API
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth committed Jul 12, 2024
1 parent c6d2934 commit a6ded19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grayskull/strategy/py_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def fetch_data(recipe: Recipe, config: Configuration, sections=None):
# there a dict API?) Subtract "has non-extra marker" dependencies from
# this set.
#
# Easier API is deprecated pkg_resources.Distribution().requires(extras=())
#
# for e in scm.metadata.get_all('provides-extra'):
# print (e, [x for x in r if x.marker and x.marker.evaluate({'extra':e})])
#
Expand Down

0 comments on commit a6ded19

Please sign in to comment.