This commit is contained in:
Antoine Martin 2024-04-21 15:57:08 -04:00
parent 052d9dc1f2
commit 63b61bbdf0
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -8,6 +8,7 @@ pkgdesc="RCU is a desktop client for all-in-one offline management of reMarkable
url="http://www.davisr.me/projects/rcu/"
license="AGPL-3.0-only"
arch="all"
# missing: py3-pyside2
depends="
py3-paramiko
py3-protobuf
@ -15,7 +16,6 @@ depends="
py3-pdfminer
py3-pillow
py3-certifi
py3-pyside2
py3-pikepdf
"
makedepends="py3-setuptools py3-gpep517 py3-wheel"