summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2023-09-02 21:18:13 -0400
committerredfish2023-09-02 21:18:13 -0400
commit97b3b776803b418d486deee39313591536e5d624 (patch)
tree61a56a1de70f39d9210de7f1ee6eca85dc9e2ee9 /PKGBUILD
parentcc13ac6ac3ccede3c8ea9f8766f221ab451e694c (diff)
downloadaur-python-bencode.py.tar.gz
added python-pip to makedepends
Needed during build/install.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d91d10b08a1..078c3b3c8b98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/fuzeman/bencode.py"
license=('GPL')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-pip' 'python-setuptools')
source=("https://pypi.io/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
#source=("https://github.com/fuzeman/bencode.py/archive/${pkver}.tar.gz")