Hi all,

I think the recent release of https://pypi.org/project/python-debian/
(version 0.1.42) is currently broken.

The current error I am seeing is like the following:

$ python3
Python 3.6.10 (default, Dec 19 2019, 23:04:32)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from debian.deb822 import Release
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/home/josh/Dev/blah/.venv/lib/python3.6/site-packages/debian/deb822.py",
line 309, in <module>
    from debian._util import (
  File
"/home/josh/Dev/blah/.venv/lib/python3.6/site-packages/debian/_util.py",
line 15, in <module>
    """
AttributeError: 'TypeVar' object attribute '__doc__' is read-only
>>>
(.venv) josh@simula:~/Dev/blah$ pip freeze | grep python-deb
python-debian==0.1.42
-- 
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-python-debian-maint

Reply via email to