mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
app-backup/pika-backup: add missing RDEPEND, enable py3.13
Closes: https://bugs.gentoo.org/932112 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -322,7 +322,7 @@ CRATES="
|
||||
zvariant_utils@1.0.1
|
||||
zxcvbn@2.2.2
|
||||
"
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
PYTHON_COMPAT=( python3_{9..13} )
|
||||
inherit cargo gnome2-utils meson python-single-r1 xdg
|
||||
|
||||
DESCRIPTION="Keep your data safe"
|
||||
@@ -350,6 +350,11 @@ DEPEND="
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
${PYTHON_DEPS}
|
||||
dev-libs/glib
|
||||
media-libs/graphene
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/pango
|
||||
"
|
||||
BDEPEND="
|
||||
>=virtual/rust-1.75.0
|
||||
Reference in New Issue
Block a user