summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-10-24 16:34:23 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-10-24 16:34:23 +0200
commit545da9fd5f6c5b55f1bdc1f735ebdf6ba71495a5 (patch)
tree974fc060059d6de971a100be4bffe1004d7fb8b5 /gnu/packages/check.scm
parent0c8e255549760e83c4acf08747047449ec952113 (diff)
downloadguix-patches-545da9fd5f6c5b55f1bdc1f735ebdf6ba71495a5.tar
guix-patches-545da9fd5f6c5b55f1bdc1f735ebdf6ba71495a5.tar.gz
gnu: python-flake8: Update to 3.6.0.
* gnu/packages/check.scm (python-hypothesis)[native-inputs]: Change PYTHON-FLAKE8 to PYTHON-FLAKE8-3.5. * gnu/packages/python.scm (python-flake8, python2-flake8): Rename to ... (python-flake8-3.5, python2-flake8-3.5): ... this. (python-flake8, python2-flake8): New public variables.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 1ae6355a93..fc45c0551a 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1425,7 +1425,8 @@ normally the case.")
"1rshs1japfmwgar98yrkq4hg4z2q76hlnq7w2n3lfbjnscn1jd9b"))))
(build-system python-build-system)
(native-inputs
- `(("python-flake8" ,python-flake8)
+ `(;; FIXME: Change to python-flake8 in the next rebuild cycle.
+ ("python-flake8" ,python-flake8-3.5)
("python-pytest" ,python-pytest-bootstrap)))
(propagated-inputs
`(("python-attrs" ,python-attrs-bootstrap)