Le 10-05-2019 11:44, Laurence Tratt a écrit :
On Fri, May 10, 2019 at 10:56:43AM +0200, Remi Pointel wrote:
Hello Remi,
On which version of OpenBSD are you trying to update your packages?
Apologies for not being clear. This was on the May 9th snapshot.
Python-3.5.x has been removed since OpenBSD 6.1, I think you are trying
to update a very old OpenBSD-current.
You could test this after reading
https://www.openbsd.org/faq/faq15.html:
- list all packages installed in a file "list"
$ pkg_info -mz | tee list
- remove all packages installed:
$ doas pkg_delete -X
- install all packages from the first step:
$ doas pkg_add -l list
Cheers,
Remi.