Date: Friday, May 12, 2023 @ 06:21:51
  Author: arojas
Revision: 1460061

upgpkg: stratis-cli 3.4.0-3: Drop argparse makedepends, it is included in the 
standard library since 3.2

Modified:
  stratis-cli/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-12 05:59:43 UTC (rev 1460060)
+++ PKGBUILD    2023-05-12 06:21:51 UTC (rev 1460061)
@@ -4,13 +4,13 @@
 pkgname='stratis-cli'
 pkgver=3.4.0
 _pkgver=$pkgver
-pkgrel=2
+pkgrel=3
 pkgdesc='A CLI for the Stratis Project.'
 arch=('any')
 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' 'dbus-python' 
'asciidoc' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
+makedepends=('dbus-glib' 'git' 'mpfr' 'dbus-python' 'asciidoc' 
'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
 #checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
 source=(
   
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz";

Reply via email to