8000 fix broken python packaging (#4) · chdsbd/asyncio-redis@319c3aa · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 319c3aa

Browse files
authored
fix broken python packaging (#4)
Something's change with the Python packaging that breaks the Kodiak build. Adding `setuptools` to build-system.requires in pyproject.toml seems to fix it.
1 parent a0a1642 commit 319c3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ isort = "^4.3"
1818
hiredis = ["hiredis"]
1919

2020
[build-system]
21-
requires = ["poetry>=0.12"]
21+
requires = ["poetry>=0.12", "setuptools"]
2222
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)
0