Skip to content

Commit

Permalink
apt can't handle ORing package names
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 14, 2025
1 parent 3bcf48f commit a80b4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def install_dev_env() -> None:
"gtk3": ("libgtk-3-dev", "python3-cairo-dev", "python-gi-dev"),
"sd_listen": ("python-gi-dev", ),
"pam": ("libpam0g-dev", ),
"proc": ("libproc2-dev | libprocps-dev", ),
"proc": ("libproc2-dev", ),
"lz4": ("liblz4-dev", ),
"brotli": ("libbrotli-dev", ),
"qrencode": ("libqrencode-dev", ),
Expand Down

0 comments on commit a80b4e5

Please sign in to comment.