mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
Fedora versionlock uses py3
This commit is contained in:
parent
82fd10c5b6
commit
8d9bd868fe
2 changed files with 5 additions and 1 deletions
|
@ -15,6 +15,7 @@ packages:
|
|||
pkgs:
|
||||
- git
|
||||
- python2-dnf-plugin-versionlock
|
||||
- python3-dnf-plugin-versionlock
|
||||
pips:
|
||||
wanted:
|
||||
- dxpy
|
||||
|
|
|
@ -16,7 +16,10 @@ when 'redhat', 'centos'
|
|||
}
|
||||
lock_file = '/etc/yum/pluginconf.d/versionlock.list'
|
||||
when 'fedora'
|
||||
os_packages = %w(python2-dnf-plugin-versionlock)
|
||||
os_packages = %w(
|
||||
python2-dnf-plugin-versionlock
|
||||
python3-dnf-plugin-versionlock
|
||||
)
|
||||
held_packages = {
|
||||
'alien': '8.95-5.fc27',
|
||||
'iotop': '0.6-15.fc27'
|
||||
|
|
Loading…
Add table
Reference in a new issue