diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-03 16:59:06 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:29 +0100 |
| commit | b0d2f66883d3cd75e265f935a5f42f6732054ca4 (patch) | |
| tree | 4d8573e4cd4d3bb635212d85c3017a10f36f09c2 /gnu/packages/python-xyz.scm | |
| parent | 47fa6c21c2f2b8757e8a3c51a3fba7ce7ab55965 (diff) | |
gnu: python-etcd3: Propagate necessary dependency.
* gnu/packages/python-xyz.scm (python-etcd3)
[propagated-inputs]: Add python-six.
[native-inputs]: Indent properly, no changes.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -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 |
