gnu: python-nautilus: Correct inputs
* gnu/packages/python.scm(python-nautilus, python2-nautilus): [propagated-inputs] remove python-graphql-core, python-graphql-relay, python-requests: not listed and already propagated by others. Remove pycparser: not listed, not used in source. Move python-nose2 to [native-inputs] (used for tests only).
This commit is contained in:
parent
4e0969686c
commit
38ceb106bd
|
@ -11268,17 +11268,14 @@ with an associated set of resolve methods that know how to fetch data.")
|
||||||
`(("python-bcrypt" ,python-bcrypt)
|
`(("python-bcrypt" ,python-bcrypt)
|
||||||
("python-click" ,python-click)
|
("python-click" ,python-click)
|
||||||
("python-consul" ,python-consul)
|
("python-consul" ,python-consul)
|
||||||
("python-graphql-core" ,python-graphql-core)
|
|
||||||
("python-graphql-relay" ,python-graphql-relay)
|
|
||||||
("python-graphene" ,python-graphene)
|
("python-graphene" ,python-graphene)
|
||||||
("python-jinja2" ,python-jinja2)
|
("python-jinja2" ,python-jinja2)
|
||||||
("python-nose2" ,python-nose2)
|
|
||||||
("python-peewee" ,python-peewee)
|
("python-peewee" ,python-peewee)
|
||||||
("python-pika" ,python-pika)
|
("python-pika" ,python-pika)
|
||||||
("python-pycparser" ,python-pycparser)
|
|
||||||
("python-requests" ,python-requests)
|
|
||||||
("python-tornado" ,python-tornado)
|
("python-tornado" ,python-tornado)
|
||||||
("python-wtforms" ,python-wtforms)))
|
("python-wtforms" ,python-wtforms)))
|
||||||
|
(native-inputs
|
||||||
|
`(("python-nose2" ,python-nose2)))
|
||||||
(home-page "https://github.com/AlecAivazis/nautilus")
|
(home-page "https://github.com/AlecAivazis/nautilus")
|
||||||
(synopsis "Library for creating microservice applications")
|
(synopsis "Library for creating microservice applications")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue