diff options
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 964e81bbac0..aac703c355f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -9407,12 +9407,13 @@ Wikipedia code samples at | |||
| 9407 | "1k2dcl6mqpn5bljyl6w42rqyd9mb3y9kh2mg7m2x3kfjwvg0rpva")))) | 9407 | "1k2dcl6mqpn5bljyl6w42rqyd9mb3y9kh2mg7m2x3kfjwvg0rpva")))) |
| 9408 | (build-system python-build-system) | 9408 | (build-system python-build-system) |
| 9409 | (native-inputs | 9409 | (native-inputs |
| 9410 | `(("python-psutil" ,python-psutil) | 9410 | `(("python-setuptools" ,python-setuptools) |
| 9411 | ("python-pylev" ,python-pylev) | ||
| 9412 | ("python-setuptools" ,python-setuptools) | ||
| 9413 | ;; For testing | 9411 | ;; For testing |
| 9414 | ("python-mock" ,python-mock) | 9412 | ("python-mock" ,python-mock) |
| 9415 | ("python-pytest" ,python-pytest))) | 9413 | ("python-pytest" ,python-pytest))) |
| 9414 | (propagated-inputs | ||
| 9415 | `(("python-psutil" ,python-psutil) | ||
| 9416 | ("python-pylev" ,python-pylev))) | ||
| 9416 | (home-page "https://github.com/sdispater/cleo") | 9417 | (home-page "https://github.com/sdispater/cleo") |
| 9417 | (synopsis "Command-line arguments library for Python") | 9418 | (synopsis "Command-line arguments library for Python") |
| 9418 | (description | 9419 | (description |
