cdist/cdist/conf/type/__package_pip
matze a9d7dfb2ed __package_pip: split extra 'all' to a list of all extras
This will fix if a package will be upgraded from some extras to all
extras. Previously, it will not work because some dependencies of 'all'
are already installed, so the feature 'all' is already installed.

Now, it will use a list of all extras to iterate over them separatly. This
will result it will never install all extras via `[all]`, but rather
`[foo,bar]`.
2021-02-12 09:17:02 +01:00
..
explorer __package_pip: split extra 'all' to a list of all extras 2021-02-12 09:17:02 +01:00
parameter __package_pip: add optional dependencies 2021-02-04 19:09:26 +01:00
gencode-remote __package_pip: updating real detection of extras 2021-02-11 22:53:26 +01:00
man.rst __package_pip: add optional dependencies 2021-02-04 19:09:26 +01:00
nonparallel Fix parallel object prepare and run steps. Add nonparallel type marker. 2017-07-15 22:18:20 +02:00