guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit fc44f69b102af573234ed7d95a7b870fe1de4d3f
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Dec 30 19:31:15 2025 +0100
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 <[email protected]>
---
gnu/packages/python-web.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 56d7c41d14..b02fe73406 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")