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/" url="http://qubes-os.org/"
license=('GPL') license=('GPL')
groups=() groups=()
makedepends=(gcc make pkgconfig 'qubes-libvchan') makedepends=(gcc make pkgconfig 'qubes-libvchan' 'python-setuptools')
checkdepends=() checkdepends=()
optdepends=() optdepends=()
provides=() provides=()

3
debian/control vendored

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

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

Loading…
Cancel
Save