From 5bee45f6b3a302c3b58381be5ca94d07d78bb65d Mon Sep 17 00:00:00 2001 From: Sertonix <sertonix@posteo.net> Date: Thu, 6 Feb 2025 00:55:18 +0100 Subject: [PATCH] community/targetcli: remove py3-ipaddr from depends --- community/targetcli/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/targetcli/APKBUILD b/community/targetcli/APKBUILD index 2fa1544f81da..5420f1d0938a 100644 --- a/community/targetcli/APKBUILD +++ b/community/targetcli/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=targetcli pkgver=2.1.58 -pkgrel=2 +pkgrel=3 pkgdesc="Administration shell for storage targets" url="https://github.com/open-iscsi/targetcli-fb" arch="noarch" license="AGPL-3.0-or-later" -depends="python3 py3-configobj py3-configshell py3-ethtool py3-ipaddr +depends="python3 py3-configobj py3-configshell py3-ethtool py3-parsing py3-rtslib py3-six py3-udev py3-dbus dbus py3-urwid py3-gobject3" makedepends="$depends_dev py3-setuptools" -- GitLab