Skip to content

Commit

Permalink
Remove unused EXTRA_RE variable (#340)
Browse files Browse the repository at this point in the history
Unused since 595e4a8.
  • Loading branch information
jdufresne committed Mar 24, 2020
1 parent b74eeb7 commit 251a093
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/wheel/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@
"""

import os.path
import re
import textwrap

import pkg_resources

from .pkginfo import read_pkg_info

# Support markers syntax with the extra at the end only
EXTRA_RE = re.compile(
r"""^(?P<package>.*?)(;\s*(?P<condition>.*?)(extra == '(?P<extra>.*?)')?)$""")


def requires_to_requires_dist(requirement):
"""Return the version specifier for a requirement in PEP 345/566 fashion."""
Expand Down

0 comments on commit 251a093

Please sign in to comment.