Skip to content

Commit c08aa28

Browse files
committed
add alias for suse
1 parent 721fb4e commit c08aa28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/classes/python_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
# Base Suse packages.
269269
it { is_expected.to contain_package("python") }
270270
it { is_expected.to contain_package("python-dev").with_name("python-devel") }
271+
it { is_expected.to contain_package("python-dev").with_alias("python-devel") }
271272
it { is_expected.to contain_package("pip") }
272273
# Basic python packages (from pip)
273274
it { is_expected.to contain_package("virtualenv")}

0 commit comments

Comments
 (0)