unrpa: use python38
Its dependency uncompyle6 does not support Python 3.9 yet.
This commit is contained in:
parent
11a1f2c8fe
commit
96e39fb152
@ -9499,7 +9499,7 @@ in
|
||||
|
||||
unrtf = callPackage ../tools/text/unrtf { };
|
||||
|
||||
unrpa = with python3Packages; toPythonApplication unrpa;
|
||||
unrpa = with python38Packages; toPythonApplication unrpa;
|
||||
|
||||
untex = callPackage ../tools/text/untex { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user