diff options
author | Christopher Luna | 2020-07-24 23:49:57 -0500 |
---|---|---|
committer | Christopher Luna | 2020-07-24 23:49:57 -0500 |
commit | 388d80596fe9535a271c16cba156a2a8e063db87 (patch) | |
tree | ecdf9a9dffcda4361b9c8b5a96dfeacfb189fba7 /PKGBUILD | |
parent | f6a80254c607aeee7cb417afda301245e292f0db (diff) | |
download | aur-388d80596fe9535a271c16cba156a2a8e063db87.tar.gz |
Added python-setuptools dependence
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ _pkgname=blocks pkgname=python-g2p-${_pkgname}-git pkgver=167 -pkgrel=1 +pkgrel=2 pkgdesc="Enable bcache or LVM on existing block devices. Convert between raw partitions, logical volumes, and bcache devices witout moving data." url="https://github.com/g2p/blocks" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL3') makedepends=('pkg-config' 'python>=3.3' 'git') provides=("python-g2p-${_pkgname}") source=("git+https://github.com/g2p/${_pkgname}.git") -depends=("python-pyparted" "python-augeas" "python-maintboot-git") +depends=("python-pyparted" "python-augeas" "python-maintboot-git" "python-setuptools") md5sums=('SKIP') pkgver() { |