according to the spec file of docker-compose: Requires: python-requests >= 2.7.0 Conflicts: python-requests >= 2.10 https://build.opensuse.org/package/view_file/openSUSE:Factory/docker-compose/docker-compose.spec?expand=1 but 6 days ago, python-requests was updated to 2.10 https://build.opensuse.org/package/revisions/openSUSE:Factory/python-requests Which makes docker-compose not being able to install ... This requirements/conflicts, come from docker-compose upstream, see Current release in Factory: https://github.com/docker/compose/blob/1.6.2/setup.py Next release: https://github.com/docker/compose/blob/1.7.1/setup.py Master: https://github.com/docker/compose/blob/master/setup.py Is there a chance to downgrade python-requests? Or how can this be fixed?