Add python-setuptools to build depends
This commit is contained in:
parent
fbbd21a54b
commit
b52f4e0f36
@ -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
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…
Reference in New Issue
Block a user