Add python-setuptools to build depends

pull/12/head
Marek Marczykowski-Górecki 8 years ago
parent fbbd21a54b
commit b52f4e0f36
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -13,7 +13,7 @@ arch=("x86_64")
url="http://qubes-os.org/"
license=('GPL')
groups=()
makedepends=(gcc make pkgconfig 'qubes-libvchan')
makedepends=(gcc make pkgconfig 'qubes-libvchan' 'python-setuptools')
checkdepends=()
optdepends=()
provides=()

3
debian/control vendored

@ -8,7 +8,8 @@ Build-Depends:
pkg-config,
debhelper (>= 9.0.0),
dh-systemd,
dkms
dkms,
python-setuptools,
Standards-Version: 3.9.3
Homepage: http://www.qubes-os.org
Vcs-Git: http://dsg.is/qubes/qubes-linux-utils.git

@ -19,6 +19,7 @@ Requires: %{name}-libs
Requires: ImageMagick
Requires: pycairo
BuildRequires: qubes-libvchan-devel
BuildRequires: python-setuptools
%description
Common Linux files for Qubes Dom0 and VM

Loading…
Cancel
Save