Skip to content
Snippets Groups Projects
Verified Commit 472225d2 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

upgpkg: 4.6.0-2: Rebuild with Python 3.12 (without tests)

parent f40ed933
No related branches found
No related tags found
No related merge requests found
pkgbase = python-cliff
pkgdesc = Command Line Interface Formulation Framework
pkgver = 4.6.0
pkgrel = 1
pkgrel = 2
url = https://docs.openstack.org/cliff/latest/
arch = any
license = Apache
......@@ -9,6 +9,8 @@ pkgbase = python-cliff
checkdepends = python-sphinx
checkdepends = python-testscenarios
makedepends = git
makedepends = python-setuptools
makedepends = python-pbr
depends = python-autopage
depends = python-cmd2
depends = python-prettytable
......
......@@ -4,13 +4,13 @@
pkgname=python-cliff
pkgver=4.6.0
_commit=b6119d504deca17e8c092b12fae209d944c6fa73
pkgrel=1
pkgrel=2
pkgdesc="Command Line Interface Formulation Framework"
arch=('any')
url="https://docs.openstack.org/cliff/latest/"
license=('Apache')
depends=('python-autopage' 'python-cmd2' 'python-prettytable' 'python-stevedore' 'python-yaml')
makedepends=('git')
makedepends=('git' 'python-setuptools' 'python-pbr')
checkdepends=('python-stestr' 'python-sphinx' 'python-testscenarios')
options=('!emptydirs')
source=("git+https://github.com/openstack/cliff.git#commit=$_commit")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment