From 5f450868d9bb58cb3c32c9dd0eba3f2012138d5d Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Jul 01 2017 04:33:04 +0000 Subject: Ignore python-setuptools when computing build-order We currently need to build python2-six and python2-setuptools which mutually BuildRequire each other - in bootstrap this is resolved by changing the build options to avoid python-setuptools => python-six, but since we are building against bootstrap, we can just arbitrarily pick one to build first. --- diff --git a/flatpak-runtime-packages.yaml b/flatpak-runtime-packages.yaml index 9790742..0f67e37 100644 --- a/flatpak-runtime-packages.yaml +++ b/flatpak-runtime-packages.yaml @@ -80,3 +80,5 @@ build-order-ignore: - python-sphinx - python2-sphinx - gtk-update-icon-cache + - python2-setuptools + - python3-setuptools