Skip to content

Commit

Permalink
chore: add build dependencies for build dependencies (quay#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Bulatov authored Oct 10, 2023
1 parent cd44497 commit 636f31a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/update-requirements-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ python3 pip_find_builddeps.py requirements.txt -o requirements-build.in
sed -i.bak '/^Cython>=3.0.2/d' requirements-build.in
rm requirements-build.in.bak
pip-compile -q requirements-build.in -o requirements-build.txt --allow-unsafe
python3 pip_find_builddeps.py requirements-build.txt -o requirements-build.in -a
pip-compile -q requirements-build.in -o requirements-build.txt --allow-unsafe
sed -i.bak '1i\
# This file is autogenerated by hack/update-requirements-build.sh.
/^cython==/a\
Expand Down
2 changes: 2 additions & 0 deletions requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#
# pip-compile --allow-unsafe --output-file=requirements-build.txt requirements-build.in
#
calver==2022.6.26
# via -r requirements-build.in
cffi==1.16.0
# via -r requirements-build.in
cython==0.29.36
Expand Down

0 comments on commit 636f31a

Please sign in to comment.