d/control: remove obsolete dependency python3-psutil

This commit is contained in:
Christophe Siraut 2018-03-26 09:21:48 +02:00
parent 730f6f2744
commit 6fe1d8220f
2 changed files with 1 additions and 2 deletions

2
debian/control vendored
View File

@ -8,7 +8,7 @@ Standards-Version: 4.1.3
Package: dspawn
Architecture: all
Section: python
Depends: python3, python3-psutil, debootstrap, systemd-container, libnss-mymachines, ${misc:Depends}, ${python3:Depends}
Depends: python3, debootstrap, systemd-container, libnss-mymachines, ${misc:Depends}, ${python3:Depends}
Suggests: apt-cacher-ng
Description: systemd-nspawn container manager
an alternative to machinectl aimed at debootstrap compatible distributions,

View File

@ -10,7 +10,6 @@ setup(name='dspawn',
packages=['dspawn'],
install_requires=[
'python-apt',
'psutil',
],
entry_points = {
'console_scripts': ['dspawn=dspawn.cli:main'],