Bug#1032392: python3-scikit-rf: import fails: AttributeError: module 'collections' has no attribute 'Sequence'

2023-04-06 Thread Theppitak Karoonboonyanan
Uploaded Josef Schneider's NMU to DELAYED/2-day queue. Regards, -- Theppitak Karoonboonyanan http://linux.thai.net/~thep/

Bug#1032392: python3-scikit-rf: import fails: AttributeError: module 'collections' has no attribute 'Sequence'

2023-04-05 Thread Josef Schneider
Hello, I have attached a debdiff where I import the collections.abc python package which has the Sequence and MutableMapping attributes instead of collections. This patch is applied to the 0.15.4 upstream which is the current in debian. With this fix, the package builds and importing the

Bug#1032392: python3-scikit-rf: import fails: AttributeError: module 'collections' has no attribute 'Sequence'

2023-03-05 Thread s3v
Package: python3-scikit-rf Version: 0.15.4-2 Severity: serious Dear Maintainer, This import fails in a sid chroot: Python 3.11.2 (main, Feb 12 2023, 00:48:52) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from skrf import Network Traceback