diff options
author | Maxim Devaev <[email protected]> | 2021-08-22 14:52:22 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-08-22 14:52:22 +0300 |
commit | 9aadb78ebc53fe394887f1c8fdb756db9f678180 (patch) | |
tree | 6507b775f4dfb2a8c3aac457493d54579e49d4fd | |
parent | ae84806df1e43bac9a81b42a4219578f8ba3f434 (diff) |
fixed pillow dep
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -55,7 +55,7 @@ depends=( python-pygments python-pyghmi python-pam - python-pillow + "python-pillow>=8.3.1-1" python-xlib python-hidapi libgpiod @@ -83,9 +83,6 @@ depends=( # Avoid dhcpcd stack trace dhclient netctl - - # Broken pillow dependency - libraqm ) conflicts=( python-pikvm |