diff options
| author | Marius Bakke <marius@gnu.org> | 2021-05-06 16:41:45 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2021-05-06 19:10:05 +0200 |
| commit | 243552674eee9cacc5ced03c7c9e67cb78560a79 (patch) | |
| tree | e8c19852d752272e95fdccab380b45ed43e0a67d /gnu/packages/openstack.scm | |
| parent | 10213079f49ef42cd7b6d18c622065567d74463f (diff) | |
gnu: python-hacking: Fix build failure.
This follows up on 9095fccd0ea7789d5b87e5d1948d875d2029f7da, et.al.
* gnu/packages/python-xyz.scm (python-pycodestyle-2.6, python-pyflakes-2.2,
python-flake8-3.8): New variables.
* gnu/packages/openstack.scm (python-hacking)[propagated-inputs]: Change from
PYTHON-FLAKE8 to PYTHON-FLAKE8-3.8.
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 1e3ad1057af..99e17d8e431 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -150,7 +150,7 @@ manner.") | |||
| 150 | "062rvbkvbavqqz55f7q00ikwipkn5j0rdls1rrajdbfwgckjcrsm")))) | 150 | "062rvbkvbavqqz55f7q00ikwipkn5j0rdls1rrajdbfwgckjcrsm")))) |
| 151 | (build-system python-build-system) | 151 | (build-system python-build-system) |
| 152 | (propagated-inputs | 152 | (propagated-inputs |
| 153 | `(("python-flake8" ,python-flake8))) | 153 | `(("python-flake8" ,python-flake8-3.8))) |
| 154 | (native-inputs | 154 | (native-inputs |
| 155 | `( ;; Tests | 155 | `( ;; Tests |
| 156 | ("python-coverage" ,python-coverage) | 156 | ("python-coverage" ,python-coverage) |
