Your message dated Mon, 16 Jul 2018 13:50:47 +0200
with message-id <[email protected]>
and subject line Re: Bug#903888: Acknowledgement (python3-trollius: Python3
version of this library fails to install on sid)
has caused the Debian Bug report #903888,
regarding python3-trollius: Python3 version of this library fails to install on
sid
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.)
--
903888: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903888
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-trollius
Version: 2.1~b1-4
Severity: important
Dear Maintainer,
when installing python3-trollius as of 2018-07-16 the package fails to install
with following error:
# LC_ALL=C apt install python3-trollius
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
python3-trollius
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/94.8 kB of archives.
After this operation, 486 kB of additional disk space will be used.
Selecting previously unselected package python3-trollius.
(Reading database ... 544203 files and directories currently installed.)
Preparing to unpack .../python3-trollius_2.1~b1-4_all.deb ...
Unpacking python3-trollius (2.1~b1-4) ...
Setting up python3-trollius (2.1~b1-4) ...
File "/usr/lib/python3/dist-packages/trollius/tasks.py", line 565
def async(coro_or_future, loop=None):
^
SyntaxError: invalid syntax
dpkg: error processing package python3-trollius (--configure):
installed python3-trollius package post-installation script subprocess
returned error exit status 1
Errors were encountered while processing:
python3-trollius
E: Sub-process /usr/bin/dpkg returned an error code (1)
-- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (150, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.17.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages python3-trollius depends on:
ii python3 3.6.6-1
ii python3-six 1.11.0-2
python3-trollius recommends no packages.
python3-trollius suggests no packages.
--- End Message ---
--- Begin Message ---
On 07/16/2018 11:49 AM, Jörg Kurlbaum wrote:
> Hi,
>
> after looking into it, i realise that this package is not needed anymore.
> In unstable python3 version is 3.6 and the trollius library is a backport of
> the
> asyncio stuff in python3.
>
> Strangely enough this package is still available and installable (well, sort
> of).
>
> I wanted to install this library as a dependency of another source build, but
> it's actually only needed for the python2 version.
>
> I've had a look into the source package and the python3-trollius binary
> package
> is not in there anymore.
>
> I think this bug can be closed, sorry for the inconvienience.
>
> Best regards,
> Jörg
>
>
--- End Message ---