add Python pillow and numpy dependencies

pull/25/head
qubesuser 7 years ago
parent f893420871
commit 6c6070ab49

@ -45,7 +45,7 @@ make -C imgconverter all
}
package_qubes-vm-utils() {
depends=(qubes-libvchan imagemagick python2-cairo)
depends=(qubes-libvchan imagemagick python2-cairo python2-pillow python2-numpy python-pillow python-numpy)
install=PKGBUILD-qubes-vm-utils.install
# Install all for python2

2
debian/control vendored

@ -17,7 +17,7 @@ Vcs-Git: http://dsg.is/qubes/qubes-linux-utils.git
Package: qubes-utils
Architecture: any
Depends: libvchan-xen, lsb-base, ${shlibs:Depends}, ${misc:Depends}
Depends: libvchan-xen, lsb-base, python-pil, python-numpy, python3-pil, python3-numpy, ${shlibs:Depends}, ${misc:Depends}
Conflicts: qubes-linux-utils
Breaks: qubes-core-agent (<< 3.1.4)
Recommends: python2.7

@ -35,6 +35,8 @@ Common Linux files for Qubes Dom0 and VM
Summary: Python package qubesimgconverter
Requires: python
Requires: pycairo
Requires: python2-pillow
Requires: python2-numpy
%description -n python2-qubesimgconverter
Python package qubesimgconverter
@ -48,6 +50,8 @@ Requires: pycairo
Requires: python3
Requires: python3-cairo
%endif
Requires: python3-pillow
Requires: python3-numpy
%description -n python3-qubesimgconverter
Python package qubesimgconverter

Loading…
Cancel
Save