Rebuilding rpms from main after #12 leads to a dependency fail :
# urpm i rpmbuild/RPMS/x86_64/urpm-ng-0.3.0-1.mga10.x86_64.rpm pk-backend-urpm-0.3.0-1.mga10.x86_64.rpm
Local RPM files (2):
urpm-ng-0.3.0-1.mga10.x86_64
pk-backend-urpm-0.3.0-1.mga10.x86_64
Resolution failed:
nothing provides python3.13dist(solv) needed by urpm-ng-0.3.0-1.mga10.x86_64
https://github.com/pvi-github/urpm-ng/pull/12/changes#r2831811461
Removing solv makes the problem disappear. Solv might not be the correct value or maybe the python3-libsolv package does not declare provides totally as supposed:
$ urpm provides python3-solv-0.7.35-1.mga10
Package python3-solv-0.7.35-1.mga10.x86_64 provides (4):
python-solv[== 0.7.35-1.mga10]
python3-solv(x86-64)[== 0.7.35-1.mga10]
python3-solv[== 0.7.35-1.mga10]
python3.13-solv[== 0.7.35-1.mga10]
=> no python3.13dist(solv)
Poke @dfandrich
Rebuilding rpms from main after #12 leads to a dependency fail :
# urpm i rpmbuild/RPMS/x86_64/urpm-ng-0.3.0-1.mga10.x86_64.rpm pk-backend-urpm-0.3.0-1.mga10.x86_64.rpm Local RPM files (2): urpm-ng-0.3.0-1.mga10.x86_64 pk-backend-urpm-0.3.0-1.mga10.x86_64 Resolution failed: nothing provides python3.13dist(solv) needed by urpm-ng-0.3.0-1.mga10.x86_64https://github.com/pvi-github/urpm-ng/pull/12/changes#r2831811461
Removing solv makes the problem disappear. Solv might not be the correct value or maybe the python3-libsolv package does not declare provides totally as supposed:
=> no python3.13dist(solv)
Poke @dfandrich