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 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. Many thanks Karsten