summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Medeiros2024-01-29 08:51:48 -0300
committerJesse Medeiros2024-01-29 08:51:48 -0300
commit1bb3149f6a82b525863f33b95e61c5617f8f70ea (patch)
treed62d6488812a76d6f623548fed9e07070e20ff69
parent0486cabf15c65e868249c480dc6442cbcb642883 (diff)
downloadaur-1bb3149f6a82b525863f33b95e61c5617f8f70ea.tar.gz
added python-setuptools to dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e499031a06fe..3cc95b672455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Generate PKGBUILD from pip packages"
arch=('any')
url="http://github.com/sollidsnake/pipman"
license=('GPL')
-depends=('python' 'python-pip' 'python-docopt' 'python-colorama')
+depends=('python' 'python-setuptools' 'python-pip' 'python-docopt' 'python-colorama')
makedepends=('git')
source=(git+https://github.com/sollidsnake/pipman)
md5sums=('SKIP')