Skip to content

Commit

Permalink
add setuptools to depends
Browse files Browse the repository at this point in the history
Signed-off-by: Chris “Kwpolska” Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Jul 29, 2014
1 parent c33cf47 commit eb1c1a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Maintainer: Kwpolska <[email protected]>
# Maintainer: Chris “Kwpolska” Warrick <[email protected]>
pkgname=pkgbuilder
_pyname=pkgbuilder
pkgver=3.3.1
Expand All @@ -7,7 +7,7 @@ pkgdesc='A Python AUR helper/library.'
arch=('any')
url='https://github.com/Kwpolska/pkgbuilder'
license=('BSD')
depends=('python' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync')
depends=('python' 'python-setuptools' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('e43666b7aa959b4073b190b93e7679f7')
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD-git
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Maintainer: Kwpolska <[email protected]>
# Maintainer: Chris “Kwpolska” Warrick <[email protected]>
pkgname=pkgbuilder-git
_pyname=pkgbuilder
_gitname=pkgbuilder
Expand All @@ -8,7 +8,7 @@ pkgdesc='A Python AUR helper/library. (git version)'
arch=('any')
url='https://github.com/Kwpolska/pkgbuilder'
license=('BSD')
depends=('python' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync')
depends=('python' 'python-setuptools' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync')
makedepends=('git')
options=(!emptydirs)
provides=('pkgbuilder')
Expand Down

0 comments on commit eb1c1a7

Please sign in to comment.