elasticsearch8 in Debian

2025-03-03 Thread Schöke , Karsten
Hi, I need help with the following problem: elasticsearch distributes its python lib in pypi with the addition of the main version, e.g. https://pypi.org/project/elasticsearch/ also as https://pypi.org/project/elasticsearch8/ How do you handle this in Debian, especially in DPT? Does a separate

Re: silx autopkgtest failure

2025-03-03 Thread PICCA Frederic-Emmanuel
I solved this issue by running the test like this HOME="$AUTOPKGTEST_TMP" WITH_QT_TEST=False SILX_TEST_LOW_MEM=False xvfb-run -a --server-args="-screen 0 1024x768x24" $py -m pytest --pyargs silx 2>&1 thanks Fred

Re: elasticsearch8 in Debian

2025-03-03 Thread Andrey Rakhmatullin
On Mon, Mar 03, 2025 at 10:06:08AM +, Schöke, Karsten wrote: I need help with the following problem: elasticsearch distributes its python lib in pypi with the addition of the main version, e.g. https://pypi.org/project/elasticsearch/ also as https://pypi.org/project/elasticsearch8/ How do

Re: elasticsearch8 in Debian

2025-03-03 Thread Gregor Riepl
Does a separate package with the elasticsearch8 namespace have to be created and maintained here or should a meta package be set up? Unfortunately, elasticsearch8 is required as a dependency for existing packages in Debian that need to be updated, as well as for new dependent packages. Do thes