diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fafc42b812..fa16f44c0c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20968,7 +20968,9 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") python-pytest-click python-pytest-subtests python-pytest-timeout - python-toml)) + python-toml + python-setuptools + python-wheel)) (propagated-inputs (list python-billiard python-click |