Re: Help needed with celery/kombu

2019-04-17 Thread merkys
Hello, On 2019-04-17 00:59, Brian May wrote: > I see there in stretch that there is a key in > debian/upstream-signing-key.pgp, maybe upstream changed their key? at some point in time signing keys should have been moved to debian/upstream/signing-key.asc, at least this is what manpage of uscan 2.

RE: Bug#916682: python-cryptography: build from source fails with libssl-dev_1.1.0j-1~deb9u1 amd64

2019-04-17 Thread Mayer, Dirk
Tags: ftbfs Hello, it seems this is still an issue. My workaround was holding back that version of libssl-dev with: sudo -E apt-get install libssl1.1=1.1.0f-3+deb9u2 -qq -y --allow-downgrades sudo -E apt-get install libssl-dev=1.1.0f-3+deb9u2 -qq -y --allow-downgrades sudo

Re: Ayuda para instalar python 3.7

2019-04-17 Thread Emmanuel Arias
Hola Geovany, Comúnmente se suele escribir en inglés. Para poder instalar py3.7 por default, tendrías que descargarlo desde https://www.python.org/downloads/ y ejecutar ```./configure && make && make install``` Saludos! -- Emmanuel Arias @eamanu https://eamanu.com signature.asc Description

Re: Ayuda para instalar python 3.7

2019-04-17 Thread Gregor Riepl
> Para poder instalar py3.7 por default, tendrías que descargarlo desde > https://www.python.org/downloads/ > y ejecutar ```./configure && make && make install``` Alternatively, if you are patient, buster will become stable very soon. It comes with Python 3.7 by default.