gnu: python-zope-configuration: Update to 4.4.0.

* gnu/packages/python-web.scm (python-zope-configuration): Update to
4.4.0.
[arguments]: Don't skip tests.
[native-inputs]: Add python-manuel.
This commit is contained in:
Efraim Flashner 2020-07-20 17:41:52 +03:00
parent b563526794
commit 047c1f24de
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1277,18 +1277,17 @@ (define-public python2-zope-schema
(define-public python-zope-configuration
(package
(name "python-zope-configuration")
(version "4.3.1")
(version "4.4.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "zope.configuration" version))
(sha256
(base32
"1qb88764fd7nkkmqv7fl9bxd1jirynkg5vbqkpqdiffnkxzp85kf"))))
"0g6vrl7y27z9cj5xyrww9xlzk4npj55mgmlrcd9d2nj08jn2pw79"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
(native-inputs
`(("python-zope-testing" ,python-zope-testing)
`(("python-manuel" ,python-manuel)
("python-zope-testing" ,python-zope-testing)
("python-zope-testrunner" ,python-zope-testrunner)))
(propagated-inputs
`(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)