summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5da07c010fd..8e447f336c36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-pyghmi
pkgdesc = A Pure python IPMI library
pkgver = 1.3.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/openstack/pyghmi
arch = any
license = Apache 2.0
makedepends = python-distribute
- makedepends = python-pbr
depends = python-cryptography
source = python-pyghmi::git+https://github.com/openstack/pyghmi#commit=1.3.0
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 70836b9e5211..3da81a964b76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-pyghmi
pkgver=1.3.0
-pkgrel=3
+pkgrel=4
pkgdesc="A Pure python IPMI library"
url="https://github.com/openstack/pyghmi"
license=("Apache 2.0")
arch=(any)
depends=(python-cryptography)
-makedepends=(python-distribute python-pbr)
+makedepends=(python-distribute)
source=(${pkgname}::"git+https://github.com/openstack/pyghmi#commit=${pkgver}")
md5sums=(SKIP)