diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-15 23:45:10 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-16 00:43:45 +0200 |
commit | b38df69c2c3352feacebbf5dd2c63a0fb3b4f9f9 (patch) | |
tree | d2cefcda1d28665ded006826c8c38d1a6a366a4c /gnu | |
parent | afdcd036898aae9a8012d94ad7ec8bf376cb4ab5 (diff) |
gnu: python-case: Remove unused input.
* gnu/packages/python-xyz.scm (python-case)[propagated-inputs]: Remove
PYTHON-UNITTEST2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 51df69c8a3..9f0deb99d8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2414,7 +2414,7 @@ for additional processing.") "1cagg06vfph864s6l5jb0zqliwxh647bki8j6lf4a4qrv40jnhs8")))) (build-system python-build-system) (propagated-inputs - (list python-mock python-nose python-six python-unittest2)) + (list python-mock python-nose python-six)) (native-inputs (list python-coverage)) (home-page "https://github.com/celery/case") |