Correct case on RPMs in bindep fallback
Unfortunately yum is case-sensitive, so to avoid implementing additional search-and-match logic in bindep we should just respect this platform quirk. Change-Id: I5d2e95ad908a493966fb4edfe1fd5c5653ac08a7
This commit is contained in:
parent
5f38a46115
commit
b98ae951b3
@ -76,7 +76,7 @@ sqlite [platform:rpm]
|
||||
sqlite-devel [platform:rpm]
|
||||
sqlite3 [platform:dpkg]
|
||||
unzip
|
||||
xorg-x11-server-xvfb [platform:rpm]
|
||||
xorg-x11-server-Xvfb [platform:rpm]
|
||||
xsltproc [platform:dpkg]
|
||||
xvfb [platform:dpkg]
|
||||
zip
|
||||
|
Loading…
Reference in New Issue
Block a user