python312Packages.qt5reactor: disable (#358266)
This commit is contained in:
commit
1901f9687b
@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
pythonAtLeast,
|
||||
fetchPypi,
|
||||
pyqt5,
|
||||
twisted,
|
||||
@ -13,6 +14,9 @@ buildPythonPackage rec {
|
||||
version = "0.6.3";
|
||||
format = "setuptools";
|
||||
|
||||
# AttributeError: module 'configparser' has no attribute 'SafeConfigParser'
|
||||
disabled = pythonAtLeast "3.12";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c3470a8a25d9a339f9ca6243502a9b2277f181d772b7acbff551d5bc363b7572";
|
||||
|
Loading…
Reference in New Issue
Block a user