Add 'daemon' python module dependency

It is required by qvm-start-gui tool.
This commit is contained in:
Marek Marczykowski-Górecki 2017-04-27 01:06:15 +02:00
parent 8eed508864
commit 47cea5d146
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
2 changed files with 3 additions and 0 deletions

View File

@ -4,3 +4,4 @@ docutils
pylint
sphinx
codecov
python-daemon

View File

@ -23,12 +23,14 @@ This package include managemt tools, like qvm-*.
%package -n python2-qubesmgmt
Summary: Python2 module qubesmgmt
Requires: python2-daemon
%description -n python2-qubesmgmt
Python2 module qubesmgmt.
%package -n python3-qubesmgmt
Summary: Python3 module qubesmgmt
Requires: python3-daemon
%description -n python3-qubesmgmt
Python3 module qubesmgmt.