[opensuse-factory] Dependency problems with python3-base package
Hi! I'm currently trying to fix up the devel:languages:python:azure repository [1] for older distributions and I'm running into the problem of a mismatch between the python3-base package and one of its runtime library packages. For example, trying to build python-azure-batch in d:l:p:azure fails with: unresolvable: nothing provides libpython3_6m1_0 = 3.6.10-3.59.1 needed by python3-base (got version 3.6.12-3.1) I assume I need to adjust the project configuration to prefer the proper versions of python3-base and the libpython3 runtime package. However, I couldn't find the syntax for that in the documentation [2]. Anyone got any idea how to fix this? Adrian
[1] https://build.opensuse.org/project/show/devel:languages:python:azure [2] https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.prjconfig.h... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Aug 27 2020, John Paul Adrian Glaubitz wrote:
For example, trying to build python-azure-batch in d:l:p:azure fails with:
unresolvable: nothing provides libpython3_6m1_0 = 3.6.10-3.59.1 needed by python3-base (got version 3.6.12-3.1)
I think you have all your repository paths backwards. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 8/27/20 2:54 PM, Andreas Schwab wrote:
On Aug 27 2020, John Paul Adrian Glaubitz wrote:
For example, trying to build python-azure-batch in d:l:p:azure fails with:
unresolvable: nothing provides libpython3_6m1_0 = 3.6.10-3.59.1 needed by python3-base (got version 3.6.12-3.1)
I think you have all your repository paths backwards.
You mean the order in which they are being used? I tried to change that, didn't help. I also don't understand why python3-base and libpython3 would be pulled in from different repositories as I expect both of them to be built from src:python3.8. Adrian -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
It's not just azure. https://bugzilla.opensuse.org/show_bug.cgi?id=1175777 Am 27.08.20 um 12:02 schrieb John Paul Adrian Glaubitz:
Hi!
I'm currently trying to fix up the devel:languages:python:azure repository [1] for older distributions and I'm running into the problem of a mismatch between the python3-base package and one of its runtime library packages.
For example, trying to build python-azure-batch in d:l:p:azure fails with:
unresolvable: nothing provides libpython3_6m1_0 = 3.6.10-3.59.1 needed by python3-base (got version 3.6.12-3.1)
I assume I need to adjust the project configuration to prefer the proper versions of python3-base and the libpython3 runtime package. However, I couldn't find the syntax for that in the documentation [2].
Anyone got any idea how to fix this?
Adrian
[1] https://build.opensuse.org/project/show/devel:languages:python:azure [2] https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.prjconfig.h... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi Ben! On 8/27/20 3:03 PM, Ben Greiner wrote:
It's not just azure.
Thanks, that explains it. Adrian -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (3)
-
Andreas Schwab
-
Ben Greiner
-
John Paul Adrian Glaubitz