mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: python-py3dns: Fix build failure.
* gnu/packages/python-xyz.scm (python-py3dns)[arguments]: Remove sanity check.
This commit is contained in:
parent
1d7f0a96f4
commit
4147c43a9c
1 changed files with 4 additions and 2 deletions
|
@ -17633,8 +17633,10 @@ (define-public python-py3dns
|
|||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
(("import DNS") "")
|
||||
(("DNS.__version__") (string-append "\"" ,version "\"")))
|
||||
#t)))
|
||||
(("DNS.__version__") (string-append "\"" ,version "\"")))))
|
||||
;; For the same reason, drop the sanity check because the library
|
||||
;; fails to load without /etc/resolv.conf.
|
||||
(delete 'sanity-check))
|
||||
#:tests? #f)) ; Also skip the tests.
|
||||
(home-page "https://launchpad.net/py3dns")
|
||||
(synopsis "Python 3 DNS library")
|
||||
|
|
Loading…
Reference in a new issue