Broken python-debian release
Joshua Harlow
harlowja at gmail.com
Mon Oct 18 19:28:58 BST 2021
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 at simula:~/Dev/blah$ pip freeze | grep python-deb
python-debian==0.1.42
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-python-debian-maint/attachments/20211018/6b2e97e0/attachment.htm>
More information about the pkg-python-debian-maint
mailing list