diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-15 23:49:39 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-16 00:43:46 +0200 |
commit | 302b3cdca348ab2fed7a5abe17a48cb7ade94ce1 (patch) | |
tree | d6f9b97a5ae7ba7e1a0524ee7378b7ac813af485 /gnu | |
parent | b38df69c2c3352feacebbf5dd2c63a0fb3b4f9f9 (diff) |
gnu: python-daemon: Remove unused input.
* gnu/packages/python-xyz.scm (python-daemon)[native-inputs]: Remove
PYTHON-UNITTEST2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9f0deb99d8..3259f46881 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4232,7 +4232,6 @@ logging and tracing of the execution.") (list python-lockfile)) (native-inputs (list python-coverage - python-unittest2 python-testtools python-testscenarios python-twine |