diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3a9bc8f992d..87db974a379 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -7737,8 +7737,10 @@ particular date or index, if possible.") | |||
| 7737 | #:test-backend #~'custom | 7737 | #:test-backend #~'custom |
| 7738 | #:test-flags ; Taken from tox.ini. | 7738 | #:test-flags ; Taken from tox.ini. |
| 7739 | #~(list "pifpaf" "-e" "python" "run" "etcd" "--cluster" "--" "pytest"))) | 7739 | #~(list "pifpaf" "-e" "python" "run" "etcd" "--cluster" "--" "pytest"))) |
| 7740 | (propagated-inputs (list python-grpcio python-protobuf python-tenacity)) | 7740 | (propagated-inputs |
| 7741 | (native-inputs (list python-mock python-pifpaf python-pytest python-setuptools)) | 7741 | (list python-grpcio python-protobuf python-six python-tenacity)) |
| 7742 | (native-inputs | ||
| 7743 | (list python-mock python-pifpaf python-pytest python-setuptools)) | ||
| 7742 | (home-page "https://github.com/kragniz/python-etcd3") | 7744 | (home-page "https://github.com/kragniz/python-etcd3") |
| 7743 | (synopsis "Python client for the etcd3 API") | 7745 | (synopsis "Python client for the etcd3 API") |
| 7744 | (description | 7746 | (description |
