From 6fe1d8220f2ff3e89efb72a641bcd55a1c97a1f7 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Mon, 26 Mar 2018 09:21:48 +0200 Subject: [PATCH] d/control: remove obsolete dependency python3-psutil --- debian/control | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 06a7c65..f7ed4ab 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/setup.py b/setup.py index 6d6cf6a..de58297 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,6 @@ setup(name='dspawn', packages=['dspawn'], install_requires=[ 'python-apt', - 'psutil', ], entry_points = { 'console_scripts': ['dspawn=dspawn.cli:main'],