summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2020-02-17 09:14:04 +1100
committerAndy Botting2020-02-17 09:14:04 +1100
commit0d9a465ac55e943d075ef64764348769056f0b69 (patch)
tree44f972b81e239518bcc0043735679bddec033d44
parentb716d9cda4d829c932115cbd5bd6f9314b06d2bf (diff)
downloadaur-0d9a465ac55e943d075ef64764348769056f0b69.tar.gz
Update to v1.10.0-2 and add wheel dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95a8ea07e9e2..17441f13cb18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-futurist
pkgdesc = Code from the future, delivered to you in the now.
pkgver = 1.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://docs.openstack.org/futurist/
arch = any
license = Apache
@@ -14,6 +14,7 @@ pkgbase = python-futurist
depends = python-six
depends = python-monotonic
depends = python-prettytable
+ depends = python-wheel
source = https://github.com/openstack/futurist/archive/1.10.0.tar.gz
sha512sums = ae9eb05b895b48dcd71774594b1a8261ba86bf7ae4b0cb30f70edaa75249fe8179ed7e92bec0cb4f9889edbf6e69299adfa5938b7fe45684ecf290be7fae5bc4
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")