Skip to content

Commit

Permalink
test inline nobinary option
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Apr 16, 2024
1 parent d080000 commit 90f6629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installation/includes/02_helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ verify_optional_service_enablement() {
# 1 : textfile to read
get_args_from_file() {
local package_file="$1"
sed 's/.*#egg=//g' ${package_file} | sed -E 's/(#|=|>|<).*//g' | sed -E 's/^--.*//g' | xargs echo
sed 's/.*#egg=//g' ${package_file} | sed -E 's/(#|=|>|<|--).*//g' | xargs echo
}

# Check if all passed packages are installed. Fail on first missing.
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ gpiozero
# PyZMQ is a special case:
# On the PI, it needs to be compiled with special options to enable Websocket support
# On regular Linux PCs, Websocket is enabled in the Python package
pyzmq<26
--no-binary=pyzmq
pyzmq<26 --no-binary=pyzmq

# Code quality
flake8>=4.0.0
Expand Down

0 comments on commit 90f6629

Please sign in to comment.