#6 Avoid circular dependency on python-conda-libmamba-solver
Merged 6 months ago by orion. Opened 6 months ago by ksurma.
rpms/ ksurma/conda bootstrap  into  rawhide

file modified
+4 -1
@@ -129,7 +129,10 @@ 

  sed -i -e '/"--cov/d' pyproject.toml

  

  %generate_buildrequires

- %pyproject_buildrequires

+ # When not testing, we don't need runtime dependencies.

+ # Normally, we would still BuildRequire them to not accidentally build an uninstallable package,

+ # but there is a runtime dependency loop with python3-conda-libmamba-solver.

+ %pyproject_buildrequires %{!?with_tests:-R}

  

  %build

  %pyproject_wheel

We've discovered this issue during the Python 3.13 rebuild in Copr.

rebased onto 38bdf2c

6 months ago

Pull-Request has been merged by orion

6 months ago
Metadata