Commit 42c7cb56 authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Remove `cycler` from slapos.cfg.

The version of `cycler` in stack/slapos.cfg is overriding the version
specified in component/matplotlib/buildout.cfg.
This is a problem because the former does not take into account the
Python version, while the later does.
Thus, attempting to compile in Python 2 would give the following error:

```
Getting distribution for 'cycler==0.11.0'.
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
ERROR: Package 'cycler' requires a different Python: 2.7.18 not in '>=3.6'
While:
  Installing matplotlib.
  Base installation request: 'cycler', 'python-dateutil', 'numpy'
  Getting distribution for 'cycler==0.11.0'.
```

This removes `cycler` from `slapos.cfg`, so that it does not fail with
Python 2.
parent e1ccb999
......@@ -191,7 +191,6 @@ constantly = 15.1.0
contextlib2 = 0.6.0.post1
croniter = 0.3.25
cryptography = 3.3.2+SlapOSPatched001
cycler = 0.11.0
dataclasses = 0.8
dateparser = 0.7.6
debugpy = 1.8.1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment