diff --git a/packaging/os/homebrew.py b/packaging/os/homebrew.py index b519efa071f..0b37521820d 100644 --- a/packaging/os/homebrew.py +++ b/packaging/os/homebrew.py @@ -116,6 +116,7 @@ class Homebrew(object): VALID_PACKAGE_CHARS = r''' \w # alphanumeric characters (i.e., [a-zA-Z0-9_]) . # dots + / # slash (for taps) \+ # plusses - # dashes '''