1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-06 06:45:52 +01:00

7 Commits

Author SHA1 Message Date
Michael Schroeder
b4bec60aed Allow to link the tools/bindings against the static version of the libraries
This is only relevant if both the static and dynamic versions are
built.
2025-03-20 11:06:01 +01:00
Miro Hrončok
1befb9c4ad Python: Remove usage of the deprecated distutils module
Python 3.12+ no longer has distutils.

See https://peps.python.org/pep-0632/
2022-12-19 23:07:57 +01:00
Michael Schroeder
f9e6068f99 Adapt to bool handling of newer swig versions
We currently simply define SWIG_PYTHON_LEGACY_BOOL. In the future
we might want to revisit this and mandate true bool values.
2017-05-30 14:37:47 +02:00
Igor Gnatenko
a7af93a8ed build: do not ignore PYTHON3_EXECUTABLE
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-03-06 12:20:32 +01:00
Michael Schroeder
ad99683539 Further simplify python3 build 2016-11-10 11:15:20 +01:00
Michael Schroeder
d97c6b36e0 Remove too much trickery 2016-11-09 14:35:33 +01:00
Michael Schroeder
7b7df4f6f5 Support building for python2 and python3 in parallel
Needs some hacking in the recipe file
2016-11-08 13:39:03 +01:00