Skip to content

Commit bda9f37

Browse files
committed
fix build
1 parent e5a94be commit bda9f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-auth-httplib2/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def lint(session):
100100
Returns a failure if the linters find linting errors or sufficiently
101101
serious code quality issues.
102102
"""
103-
session.install(FLAKE8_VERSION, BLACK_VERSION)
103+
session.install(FLAKE8_VERSION, BLACK_VERSION, "setuptools")
104104
session.run(
105105
"black",
106106
"--check",

0 commit comments

Comments
 (0)