summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOtto Sabart2021-12-12 20:23:22 +0100
committerOtto Sabart2021-12-12 20:23:22 +0100
commit3391e1da2bab3484ead555fe71cc07d6ea2007a1 (patch)
treeeb428462ba16af1e2fde552acad131825ffd942b /PKGBUILD
parent5ac86b9fbe07dcd6e640c7ca12d6e293e910de10 (diff)
downloadaur-3391e1da2bab3484ead555fe71cc07d6ea2007a1.tar.gz
remove python2-distlib dependency
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=()