me
/
guix
Archived
1
0
Fork 0

gnu: python-publicsuffix2: Adjust for Guile 3.0.

* gnu/packages/python-web.scm (python-publicsuffix2): Provide explicit
destination in calls to FORMAT.
master
Marius Bakke 2020-04-26 12:48:56 +02:00
parent 52bdd30407
commit 2b829898c7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -2809,7 +2809,7 @@ List.")
;; the unused update_psl helper command.
(substitute* "setup.py"
(("'requests " match)
(format "# ~a" match)))
(format #f "# ~a" match)))
#t)))
#:tests? #f)) ; the test suite requires network access
(home-page "https://github.com/pombredanne/python-publicsuffix2")