Browse Source

archlinux: add missing python-setuptools makedepends

Marek Marczykowski-Górecki 3 years ago
parent
commit
ff86bf9fff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      archlinux/PKGBUILD

+ 1 - 1
archlinux/PKGBUILD

@@ -9,7 +9,7 @@ arch=("x86_64")
 url="http://qubes-os.org/"
 license=('GPL')
 groups=()
-makedepends=(gcc make pkg-config qubes-vm-utils qubes-libvchan qubes-db-vm qubes-vm-xen libx11 python lsb-release pandoc)
+makedepends=(gcc make pkg-config qubes-vm-utils qubes-libvchan qubes-db-vm qubes-vm-xen libx11 python python-setuptools lsb-release pandoc)
 checkdepends=()
 provides=()
 conflicts=()