mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-pytest: Change pytest@3.0 users to use regular pytest.
* gnu/packages/fontutils.scm (python2-ufolib, python2-defcon)[native-inputs]: Change PYTHON2-PYTEST-3.0 to PYTHON2-PYTEST. * gnu/packages/python.scm (python2-booleanoperations)[native-inputs]: Likewise. (python-setuptools-scm-git-archive)[native-inputs]: Change PYTHON-PYTEST-3.0 to PYTHON-PYTEST.
This commit is contained in:
parent
fa9fcd35bb
commit
e09bb8a4f6
2 changed files with 4 additions and 4 deletions
|
@ -577,7 +577,7 @@ (define-public python2-ufolib
|
|||
`(("python2-fonttools" ,python2-fonttools)))
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)
|
||||
("python2-pytest-3.0" ,python2-pytest-3.0)
|
||||
("python2-pytest" ,python2-pytest)
|
||||
("python2-pytest-runner" ,python2-pytest-runner)))
|
||||
(home-page "https://github.com/unified-font-object/ufoLib")
|
||||
(synopsis "Low-level UFO reader and writer")
|
||||
|
@ -602,7 +602,7 @@ (define-public python2-defcon
|
|||
`(#:python ,python-2))
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)
|
||||
("python2-pytest-3.0" ,python2-pytest-3.0)
|
||||
("python2-pytest" ,python2-pytest)
|
||||
("python2-pytest-runner" ,python2-pytest-runner)))
|
||||
(propagated-inputs
|
||||
`(("python2-fonttools" ,python2-fonttools)
|
||||
|
|
|
@ -11944,7 +11944,7 @@ (define-public python-setuptools-scm-git-archive
|
|||
"1nii1sz5jq75ilf18bjnr11l9rz1lvdmyk66bxl7q90qan85yhjj"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-pytest-3.0" ,python-pytest-3.0)))
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(propagated-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
(home-page "https://github.com/Changaco/setuptools_scm_git_archive/")
|
||||
|
@ -12002,7 +12002,7 @@ (define-public python2-booleanoperations
|
|||
`(#:python ,python-2))
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)
|
||||
("python2-pytest-3.0" ,python2-pytest-3.0)
|
||||
("python2-pytest" ,python2-pytest)
|
||||
("python2-pytest-runner" ,python2-pytest-runner)))
|
||||
(propagated-inputs
|
||||
`(("python-fonttools" ,python2-fonttools)
|
||||
|
|
Loading…
Reference in a new issue