add Python pillow and numpy dependencies

This commit is contained in:
qubesuser 2017-11-08 17:40:55 +01:00
parent f893420871
commit 6c6070ab49
3 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -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

View File

@ -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