Skip to content

Commit 1196d4d

Browse files
[PR #9723/ab9b5661 backport][3.11] Fix missing reader_c.c file in Makefile .install-deps (#9725)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent fd09b48 commit 1196d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ generate-llhttp: .llhttp-gen
8181
.PHONY: cythonize
8282
cythonize: .install-cython $(PYXS:.pyx=.c) aiohttp/_websocket/reader_c.c
8383

84-
.install-deps: .install-cython $(PYXS:.pyx=.c) $(call to-hash,$(CYS) $(REQS))
84+
.install-deps: .install-cython $(PYXS:.pyx=.c) aiohttp/_websocket/reader_c.c $(call to-hash,$(CYS) $(REQS))
8585
@python -m pip install -r requirements/dev.in -c requirements/dev.txt
8686
@touch .install-deps
8787

0 commit comments

Comments
 (0)