Your message dated Thu, 03 Jan 2019 06:49:28 +0000 with message-id <[email protected]> and subject line Bug#917001: fixed in python-twilio 6.8.2-2 has caused the Debian Bug report #917001, regarding python3-twilio: twilio missing dependency on requests to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 917001: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917001 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python3-twilio Version: 6.8.2-1 Severity: serious Hi, I get an import error on a minimal Debian chroot: ``` In [3]: from twilio.rest import Client as TwilioRestClient --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) <ipython-input-3-9d39653f5bc2> in <module>() ----> 1 from twilio.rest import Client as TwilioRestClient /usr/lib/python3/dist-packages/twilio/rest/__init__.py in <module>() 12 from twilio.base.exceptions import TwilioException 13 from twilio.base.obsolete import obsolete_client ---> 14 from twilio.http.http_client import TwilioHttpClient 15 16 /usr/lib/python3/dist-packages/twilio/http/http_client.py in <module>() ----> 1 from requests import Request, Session, hooks 2 3 from twilio.http import HttpClient 4 from twilio.http.response import Response 5 from twilio.http.request import Request as TwilioRequest ModuleNotFoundError: No module named 'requests' ``` Please add a dependency on `requests`. -- Benjamin Drung System Developer Debian & Ubuntu Developer 1&1 IONOS Cloud GmbH | Greifswalder Str. 207 | 10405 Berlin | Germany E-mail: [email protected] | Web: www.ionos.de Head Office: Berlin, Germany District Court Berlin Charlottenburg, Registration number: HRB 125506 B Executive Management: Christoph Steffens, Matthias Steinberg, Achim Weiss Member of United Internet
--- End Message ---
--- Begin Message ---Source: python-twilio Source-Version: 6.8.2-2 We believe that the bug you reported is fixed in the latest version of python-twilio, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sebastien Delafond <[email protected]> (supplier of updated python-twilio package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 30 Dec 2018 18:52:12 +0100 Source: python-twilio Binary: python-twilio python3-twilio Architecture: source Version: 6.8.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Sebastien Delafond <[email protected]> Description: python-twilio - Twilio API client and TwiML generator (Python 2) python3-twilio - Twilio API client and TwiML generator (Python 3) Closes: 917001 Changes: python-twilio (6.8.2-2) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org . [ Chris Lamb ] * Remove new-package-should-not-package-python2-module override as it will be marked as 'unused' in the next release (and should have been mentioned in the changelog). . [ Sébastien Delafond ] * Add myself to Uploaders * Add requests to dependencies (Closes: #917001) Checksums-Sha1: 6eb4d1142b263fb4cf1ae0e622da51dc42445e06 2085 python-twilio_6.8.2-2.dsc aa09bd3b88e82d5f774d19db21ba436eaca84759 2212 python-twilio_6.8.2-2.debian.tar.xz c8aa6ca87af5f3f8c603b292ea80b1c067cfc479 7929 python-twilio_6.8.2-2_amd64.buildinfo Checksums-Sha256: baf13c11889d688e65cb33e22f088cd0329a6bcf836b606412d14a52163817ff 2085 python-twilio_6.8.2-2.dsc a81066a09b13d0d66d3936851cd75d85bcd6a931b5a910b7943c2fb560ae2145 2212 python-twilio_6.8.2-2.debian.tar.xz 845196359f27caa67f5c021fe0f1250413323977fb387895884e93dad2913a16 7929 python-twilio_6.8.2-2_amd64.buildinfo Files: 0d39b173354c99c657c689adb1412881 2085 python optional python-twilio_6.8.2-2.dsc 5b1bbcff860fea3578b00b2a6e1d2105 2212 python optional python-twilio_6.8.2-2.debian.tar.xz 8245a00dca2aef91daf12a0250acb93d 7929 python optional python-twilio_6.8.2-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEAqSkbVtrXP4xJMh3EL6Jg/PVnWQFAlwtreQACgkQEL6Jg/PV nWQkBQgAsQ27fZCrq+tRLtedxwnnE6nmHfrVEN/2qu58iCQNTtl/rNWAibV96jYV 0IxeNqlixgHfcELmUz+CpeDOX7l11M7KikzG+QRoXHm17IWm8v1FdE+xfNk1WPZA UPZZi21BXQm2FgKNGBIAQ9BsT84oIELoI4rCzGpoIDLy1nG2Xm8fvuvtQWubrn5j esvqGxUWZfTvoNA4h6aj2iJcp0ECR+V+39LhZa3QpbmckGDMWKqy5BwtRH5zb4tN +jPeR8CTte1YgtU7wutzviS+6B3pTdFZwxieUvoxxiPG2TIedMoFWFLVc3FEuCiV ZK/QLqAqrb+GZt5D8PlYLKXYNtfAcw== =Fbv2 -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
