summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2023-09-02 21:18:13 -0400
committerredfish2023-09-02 21:18:13 -0400
commit97b3b776803b418d486deee39313591536e5d624 (patch)
tree61a56a1de70f39d9210de7f1ee6eca85dc9e2ee9
parentcc13ac6ac3ccede3c8ea9f8766f221ab451e694c (diff)
downloadaur-python-bencode.py.tar.gz
added python-pip to makedepends
Needed during build/install.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b048cb7460f2..0f3bab771cf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,10 @@ pkgbase = python-bencode.py
url = https://github.com/fuzeman/bencode.py
arch = any
license = GPL
+ makedepends = python-pip
makedepends = python-setuptools
depends = python
source = https://pypi.io/packages/source/b/bencode.py/bencode.py-4.0.0.tar.gz
sha256sums = 2a24ccda1725a51a650893d0b63260138359eaa299bb6e7a09961350a2a6e05c
pkgname = python-bencode.py
-
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")