summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ab4814da79c..0241fb984031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,6 +27,9 @@ depends=('python'
'libsystemd'
'yajl'
)
+
+# FIXME: The 'python2' is *not* needed for newer Xen (>=4.14 tested).
+# Remove it in the future
makedepends=('wget'
'make'
'gcc'
@@ -40,10 +43,7 @@ makedepends=('wget'
'openssl'
'pixman'
- # FIXME: This is *not* needed for newer Xen (>=4.14 tested).
- # Remove it in the future.
'python2'
- 'python2-distlib'
)
checkdepends=()
optdepends=()