Hi all,
same problem here. Did a rebuild.

debchange --nmu
debuild -i -us -uc -b

diff -r acme-0.6.0/debian/control dist/acme-0.6.0/debian/control
45a46,47
> Breaks: python-letsencrypt (<< ${source:Upstream-Version}),
>         python-certbot (<< ${source:Upstream-Version})


diff -r letsencrypt-0.5.0/debian/control
dist/letsencrypt-0.5.0/debian/control
64c64
<          python-letsencrypt (>= ${source:Version}),
---
>          python-letsencrypt (= ${source:Version}),
diff -r letsencrypt-0.5.0/debian/control.in
diff/letsencrypt-0.5.0/debian/control.in
64c64
<          python-letsencrypt (>= ${source:Version}),
---
>          python-letsencrypt (= ${source:Version}),

diff -r letsencrypt-0.5.0/letsencrypt.egg-info/requires.txt
dist/letsencrypt-0.5.0/letsencrypt.egg-info/requires.txt
1c1
< acme>=0.5.0
---
> acme==0.5.0


diff -r letsencrypt-0.5.0/setup.py dist/letsencrypt-0.5.0/setup.py
35c35
<     'acme>={0}'.format(version),
---
>     'acme=={0}'.format(version),

_______________________________________________
Letsencrypt-devel mailing list
Letsencrypt-devel@lists.alioth.debian.org
https://lists.alioth.debian.org/mailman/listinfo/letsencrypt-devel

Reply via email to