]> Git Repo - buildroot-mgba.git/commit
package/python-pycli: drop package
authorFabrice Fontaine <[email protected]>
Tue, 22 Feb 2022 17:49:57 +0000 (18:49 +0100)
committerArnout Vandecappelle (Essensium/Mind) <[email protected]>
Mon, 7 Mar 2022 21:57:18 +0000 (22:57 +0100)
commit0e9565f831da2377622c79bfd6e5be37f7baaa7c
tree2139bc6168ae7ce46685d3c10801a3164c9d03e4
parent3fc9d586a3acd091653da3a62f471041d329d6bd
package/python-pycli: drop package

Even with the two upstream patches added in commit
b2e6e376a2d7551ccf146855ec4e99a65c35bd16, python-pycli still raises the
following build failure since bump of python3 to version 3.10.1 in
commit 25b1fc2898d68ddf2674b14c738045875fc5a2dc due to the new "Multiple
Exception types without parentheses" exception
(https://docs.python.org/3/whatsnew/3.10.html):

error:   File "/usr/lib/python3.10/site-packages/cli/test.py", line 142
    except raises, e:
           ^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized

So drop the package as the last release was made 10 years ago.

Fixes:
 - http://autobuild.buildroot.org/results/6112e1830ce608abcea4a26b659c10e5ff09a66a

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
Config.in.legacy
DEVELOPERS
package/Config.in
package/python-pycli/0001-Fix-problem-with-re-raise-exceptions-in-wrapped-functions.patch [deleted file]
package/python-pycli/0002-except-statement-changed-slightly-in-2-6.patch [deleted file]
package/python-pycli/Config.in [deleted file]
package/python-pycli/python-pycli.hash [deleted file]
package/python-pycli/python-pycli.mk [deleted file]
This page took 0.033962 seconds and 4 git commands to generate.