summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2019-08-23 08:12:47 +1000
committerRhinoceros2019-08-23 08:12:47 +1000
commit68069163b59d6a42abebd53d106f7545d73f7e80 (patch)
tree22d161bc220e8d5ee56cb633e638682c1ff7b28b
parent602bdd1e203b449b7eef3b9f6271245f38f455a4 (diff)
downloadaur-68069163b59d6a42abebd53d106f7545d73f7e80.tar.gz
Add python2-setuptools to makedepends
* No version bump required
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c474c51a3d7..e9f750f63abb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = python-vdf
checkdepends = python2-coverage
checkdepends = python2-mock
makedepends = python-setuptools
+ makedepends = python2-setuptools
source = https://github.com/ValvePython/vdf/archive/v3.2.tar.gz
sha256sums = ad790a34a20d9c5f36b8bd9e93658f85a9e90be7c84bb3a24f893b531a94e3ca
diff --git a/PKGBUILD b/PKGBUILD
index 21152366a8c2..45f910b054f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('any')
url='https://github.com/ValvePython/vdf'
license=('MIT')
depends=()
-makedepends=(python-setuptools)
+makedepends=(python-setuptools python2-setuptools)
checkdepends=(python python2 python-nose python-coverage python-mock python2-nose python2-coverage python2-mock)
source=("https://github.com/ValvePython/vdf/archive/v$pkgver.tar.gz")
sha256sums=('ad790a34a20d9c5f36b8bd9e93658f85a9e90be7c84bb3a24f893b531a94e3ca')