mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-18 00:00:32 +02:00
gnu: python-pytest: Update to 3.7.2.
* gnu/packages/check.scm (python-pytest): Update to 3.7.2. (python2-pytest)[propagated-inputs]: Add PYTHON2-PATHLIB. (python2-pytest-bootstrap)[propagated-inputs]: Add PYTHON-PATHLIB2-BOOTSTRAP. * gnu/packages/python.scm (python2-pathlib2-bootstrap): New public variable.
This commit is contained in:
@@ -8389,6 +8389,15 @@ ambiguities (forward vs. backward slashes, etc.).
|
||||
@end enumerate")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-pathlib2-bootstrap
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit python2-pathlib2)
|
||||
(name "python2-pathlib2-bootstrap")
|
||||
(propagated-inputs
|
||||
`(("python2-scandir" ,python2-scandir)
|
||||
("python2-six" ,python2-six-bootstrap))))))
|
||||
|
||||
(define-public python-jellyfish
|
||||
(package
|
||||
(name "python-jellyfish")
|
||||
|
||||
Reference in New Issue
Block a user