gnu: python-testresources: Update to 2.0.1.

* gnu/packages/check.scm (python-testresources-bootstrap,
python2-testresources-bootstrap): New public variables.
(python-testresources): Adjust accordingly.
[propagated-inputs]: Add PYTHON-PBR.
[native-inputs]: Add PYTHON-FIXTURES and PYTHON-TESTTOOLS.
* gnu/packages/python.scm (python-pbr)[native-inputs]: Replace
PYTHON-TESTRESOURCES with PYTHON-TESTRESOURCES-BOOTSTRAP.
This commit is contained in:
Marius Bakke 2018-02-27 17:09:43 +01:00
parent 151f32a74b
commit bc69104a44
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 34 additions and 15 deletions

View file

@ -1695,7 +1695,7 @@ code introspection, and logging.")
("python-six" ,python-six)
("python-sphinx" ,python-sphinx)
("python-testrepository" ,python-testrepository-bootstrap)
("python-testresources" ,python-testresources)
("python-testresources" ,python-testresources-bootstrap)
("python-testscenarios" ,python-testscenarios)
("python-testtools" ,python-testtools)
("python-virtualenv" ,python-virtualenv)))