Ah, thanks a lot, I'll fix it tomorrow !
Cheers,
--Seb
On Jul/06, Adrian Bunk wrote:
> Package: python3-certifi
> Version: 2016.2.28-1
> Severity: serious
> Tags: patch
>
> Due to a cut'n'paste error the python3 dependency is missing.
>
> Fix:
>
> --- debian/control.old 2017-07-06 15:30:08.000000000 +0000
> +++ debian/control 2017-07-06 15:30:19.000000000 +0000
> @@ -26,7 +26,7 @@
>
> Package: python3-certifi
> Architecture: all
> -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
> ca-certificates
> +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
> ca-certificates
> Description: root certificates for validating SSL certs and verifying TLS
> hosts (python3)
> Certifi is a carefully curated collection of Root Certificates for
> validating the trustworthiness of SSL certificates while verifying
>