summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2017-11-18 00:49:42 +0000
committerAndrew Sun2017-11-18 00:49:42 +0000
commit48583f5ced905b6951db1e99d63eaac970609963 (patch)
tree4d7ed47c4edb60668f0a15dfc0252d624bd61b25 /PKGBUILD
parent8262bb07fa44ddcf8ac619a2d0881aafe3e6df26 (diff)
downloadaur-48583f5ced905b6951db1e99d63eaac970609963.tar.gz
mingw-w64-python-setuptools: add missing deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'