gnu: python-zope-interface: Correct inputs.
* gnu/packages/python.scm(python-zope-interface)[propagated-inputs] change to [native-inputs].
This commit is contained in:
parent
2887700e4d
commit
38d480a8a6
|
@ -7034,7 +7034,7 @@ dispatching systems can be built.")
|
||||||
(base32
|
(base32
|
||||||
"0ks8h73b2g4bkad821qbv0wzjppdrwys33i7ka45ik3wxjg1l8if"))))
|
"0ks8h73b2g4bkad821qbv0wzjppdrwys33i7ka45ik3wxjg1l8if"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(native-inputs
|
||||||
`(("python-zope-event" ,python-zope-event)))
|
`(("python-zope-event" ,python-zope-event)))
|
||||||
(home-page "https://github.com/zopefoundation/zope.interface")
|
(home-page "https://github.com/zopefoundation/zope.interface")
|
||||||
(synopsis "Python implementation of the \"design by contract\"
|
(synopsis "Python implementation of the \"design by contract\"
|
||||||
|
|
Loading…
Reference in New Issue