diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-12-30 19:31:15 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:23:14 +0100 |
| commit | c2a75f4031c1a8de7e3b78821cba7aa5676c7468 (patch) | |
| tree | f267e66e07e5ff30eff7468cd23b78cfd5329a70 /gnu/packages/python-web.scm | |
| parent | 94185c13d1ca767d5024306287389073eaa58c8b (diff) | |
gnu: python-domain-connect: Remove unused inputs.
* gnu/packages/python-web.scm (python-domain-connect):
[native-inputs]: Remove python-wheel.
[propagated-inputs]: Remove python-publicsuffix.
Change-Id: I959e6239149c51a25d44ffc18ddad0b6ce9f9b63
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 56d7c41d147..b02fe73406d 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -814,13 +814,11 @@ eSign REST API. Send, sign, and approve documents using this client.") #:tests? #f #:phases #~(modify-phases %standard-phases (delete 'sanity-check)))) (native-inputs - (list python-setuptools - python-wheel)) + (list python-setuptools)) (propagated-inputs (list python-cryptography python-dnspython python-future - python-publicsuffix python-publicsuffixlist)) (home-page "https://github.com/Domain-Connect/domainconnect_python") (synopsis "Client library for Domain Connect protocol") |
