add Python pillow and numpy dependencies
This commit is contained in:
parent
f893420871
commit
6c6070ab49
@ -45,7 +45,7 @@ make -C imgconverter all
|
|||||||
}
|
}
|
||||||
|
|
||||||
package_qubes-vm-utils() {
|
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=PKGBUILD-qubes-vm-utils.install
|
||||||
|
|
||||||
# Install all for python2
|
# Install all for python2
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -17,7 +17,7 @@ Vcs-Git: http://dsg.is/qubes/qubes-linux-utils.git
|
|||||||
|
|
||||||
Package: qubes-utils
|
Package: qubes-utils
|
||||||
Architecture: any
|
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
|
Conflicts: qubes-linux-utils
|
||||||
Breaks: qubes-core-agent (<< 3.1.4)
|
Breaks: qubes-core-agent (<< 3.1.4)
|
||||||
Recommends: python2.7
|
Recommends: python2.7
|
||||||
|
@ -35,6 +35,8 @@ Common Linux files for Qubes Dom0 and VM
|
|||||||
Summary: Python package qubesimgconverter
|
Summary: Python package qubesimgconverter
|
||||||
Requires: python
|
Requires: python
|
||||||
Requires: pycairo
|
Requires: pycairo
|
||||||
|
Requires: python2-pillow
|
||||||
|
Requires: python2-numpy
|
||||||
|
|
||||||
%description -n python2-qubesimgconverter
|
%description -n python2-qubesimgconverter
|
||||||
Python package qubesimgconverter
|
Python package qubesimgconverter
|
||||||
@ -48,6 +50,8 @@ Requires: pycairo
|
|||||||
Requires: python3
|
Requires: python3
|
||||||
Requires: python3-cairo
|
Requires: python3-cairo
|
||||||
%endif
|
%endif
|
||||||
|
Requires: python3-pillow
|
||||||
|
Requires: python3-numpy
|
||||||
|
|
||||||
%description -n python3-qubesimgconverter
|
%description -n python3-qubesimgconverter
|
||||||
Python package qubesimgconverter
|
Python package qubesimgconverter
|
||||||
|
Loading…
Reference in New Issue
Block a user