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
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
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
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
4 matches
Mail list logo