summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author020102017-10-22 14:18:19 +1100
committer020102017-10-22 14:18:19 +1100
commit1dc91ff81df401d64b6bf7946d288ec352b02338 (patch)
tree6307b8a84c4e1cdd2612baf22acb6a6ff24653b3
parent0431739a502a068d879ceb469587ec06509059ce (diff)
downloadaur-1dc91ff81df401d64b6bf7946d288ec352b02338.tar.gz
Add python2-passlib to dependencies
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5255b0b078e..2c8267dfef1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Alex O'Brien <alex@emobrien.com>
-pkgname=virt-bootstrap-git # '-bzr', '-git', '-hg' or '-svn'
+pkgname=virt-bootstrap-git
pkgver="r110.9e6a003"
pkgrel=1
pkgdesc="A tool for creating the root filesystem of libvirt-based containers."
arch=('any')
url="https://github.com/virt-manager/virt-bootstrap"
license=('GPL')
-depends=('python2' 'libguestfs' 'skopeo' 'libvirt-sandbox' 'python')
-makedepends=('git' 'python2') # 'bzr', 'git', 'mercurial' or 'subversion'
+depends=('python2' 'libguestfs' 'skopeo' 'libvirt-sandbox' 'python' 'python2-passlib')
+makedepends=('git' 'python2')
provides=("virt-bootstrap")
conflicts=("virt-bootstrap")
source=('virt-bootstrap-git::git+https://github.com/virt-manager/virt-bootstrap#branch=master')