summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2017-11-18 00:49:42 +0000
committerAndrew Sun2017-11-18 00:49:42 +0000
commit48583f5ced905b6951db1e99d63eaac970609963 (patch)
tree4d7ed47c4edb60668f0a15dfc0252d624bd61b25
parent8262bb07fa44ddcf8ac619a2d0881aafe3e6df26 (diff)
downloadaur-48583f5ced905b6951db1e99d63eaac970609963.tar.gz
mingw-w64-python-setuptools: add missing deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46fe479136cf..2fed16829997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = mingw-w64-python-setuptools
license = MIT
makedepends = mingw-w64-python-pip
makedepends = mingw-w64-python2-pip
+ makedepends = fakeroot
+ makedepends = lib32-fakeroot
depends = wine
source = https://github.com/pypa/setuptools/archive/v36.7.2.tar.gz
source = 0001-mingw-python-fix.patch
diff --git a/PKGBUILD b/PKGBUILD
index 3341300b9ee8..b430f611b949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages
arch=(any)
url="https://pypi.python.org/pypi/setuptools"
license=('MIT')
-makedepends=('mingw-w64-python-pip' 'mingw-w64-python2-pip')
+makedepends=('mingw-w64-python-pip' 'mingw-w64-python2-pip' 'fakeroot' 'lib32-fakeroot')
depends=('wine')
source=("https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz"
'0001-mingw-python-fix.patch'