diff options
Diffstat (limited to 'gnu/packages/time.scm')
-rw-r--r-- | gnu/packages/time.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 4bec1d574c..5e20f05fb6 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -157,7 +157,8 @@ expressions.") (call-with-output-file "src/tzdata/zoneinfo/__init__.py" (const #t))))))) (inputs (list tzdata)) - (native-inputs (list python-pytest python-pytest-subtests)) + (native-inputs (list python-pytest python-pytest-subtests + python-setuptools python-wheel)) (home-page "https://github.com/python/tzdata") (synopsis "Python wrapper of IANA time zone data") (description "This package provides a thin Python wrapper around tzdata.") |