summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b5a3c3036ab..4b967d34c5f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=python-futurist
pkgver='1.10.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Code from the future, delivered to you in the now.'
arch=('any')
url='https://docs.openstack.org/futurist/'
license=('Apache')
-depends=('python-pbr' 'python-six' 'python-monotonic' 'python-prettytable')
+depends=('python-pbr' 'python-six' 'python-monotonic' 'python-prettytable'
+ 'python-wheel')
checkdepends=('python-eventlet' 'python-oslotest' 'python-testrepository'
'python-testscenarios' 'python-testtools')
source=("https://github.com/openstack/futurist/archive/$pkgver.tar.gz")