#4837 Install pagure using python3 explicitely on the F31 container
Merged 3 years ago by pingou. Opened 3 years ago by pingou.

file modified
+2 -1
@@ -31,7 +31,8 @@ 

      awk '{split($0, a, " "); print a[2]}' |grep -v "%{name}" | \

      sed -e "s|%{python_pkgversion}|3|"` && \

      dnf clean all && \

-     cd /pagure && python setup.py build

+     cd /pagure && \

+     python3 setup.py build

  

  WORKDIR /pagure

  ENTRYPOINT ["/pagure/dev/containers/runtests_py3.sh"]

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

@pingou I think this failure is because python-unversioned-command is not installed in the container.

Pull-Request has been merged by pingou

3 years ago