Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 31, 2023
1 parent 8de4a16 commit a06807d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,9 @@ def main():
elif which('rpm'):
missdeps("sudo yum install gcc %s%s-devel" % (pyimpl, py3))
elif which('apk'):
missdeps("sudo apk add gcc %s%s-dev musl-dev linux-headers" % (pyimpl, py3))
missdeps(
"sudo apk add gcc %s%s-dev musl-dev linux-headers" % (
pyimpl, py3))
elif MACOS:
print(hilite("XCode (https://developer.apple.com/xcode/) "
"is not installed", color="red"), file=sys.stderr)
Expand Down

0 comments on commit a06807d

Please sign in to comment.