Skip to content

Commit

Permalink
remove lgpio and swig as not needed as breaks build
Browse files Browse the repository at this point in the history
  • Loading branch information
9gel authored and ppaeps committed Jul 2, 2024
1 parent 6ab9075 commit 37a5d39
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
apt-get update -q -y
# Install Python, fpm deps (ruby) and the kitchen sink required to build everything...
apt-get install -q -y git python3 python3-venv python3-dev python3-pip build-essential libffi-dev libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev libgdbm-dev libc6-dev libbz2-dev squashfs-tools ruby-full jq libpq-dev postgresql postgresql-contrib systemd swig
apt-get install -q -y git python3 python3-venv python3-dev python3-pip build-essential libffi-dev libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev libgdbm-dev libc6-dev libbz2-dev squashfs-tools ruby-full jq libpq-dev postgresql postgresql-contrib systemd
# these dependencies are installed for compiling cryptography
apt-get install -q -y curl libssl-dev pkg-config
Expand Down
22 changes: 0 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ cryptography = "42.0.4"
wheel = "^0.43.0"
poetry-plugin-export = "^1.8.0"
gpiozero = "^2.0.1"
lgpio = "^0.2.2.0"

[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
Expand Down

0 comments on commit 37a5d39

Please sign in to comment.