Date: Friday, December 30, 2022 @ 13:16:18
Author: jelle
Revision: 1372408
update virtual dependency
python-dbus is now dbus-python
Modified:
stratis-cli/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-30 13:04:31 UTC (rev 1372407)
+++ PKGBUILD 2022-12-30 13:16:18 UTC (rev 1372408)
@@ -10,7 +10,7 @@
license=('Apache')
url='https://stratis-storage.github.io/'
depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes'
'python-dateutil' 'python-packaging' 'python-psutil' 'python-wcwidth')
-makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus'
'python-pip' 'asciidoc' 'python-setuptools')
+makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'dbus-python'
'python-pip' 'asciidoc' 'python-setuptools')
#checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
source=(
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz"