Skip to main content
summaryrefslogtreecommitdiffstats
blob: aec9470c47b12a9ef0b45a926452f13ec2a0c173 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#FAIL because a and python are in conflict through python-xmlbase--virtual
package: python
version: 16
depends: b
conflicts: python-xmlbase--virtual
provides: python-xmlbase--virtual

package: b
version: 1

package: a
version: 1
provides: python-xmlbase--virtual
installed: true

request: 
install: python, a
expected: 2

Back to the top