Skip to content

Commit 1901f96

Browse files
authored
python312Packages.qt5reactor: disable (#358266)
2 parents 449d1f7 + 9e5d4b3 commit 1901f96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/python-modules/qt5reactor/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
lib,
33
buildPythonPackage,
4+
pythonAtLeast,
45
fetchPypi,
56
pyqt5,
67
twisted,
@@ -13,6 +14,9 @@ buildPythonPackage rec {
1314
version = "0.6.3";
1415
format = "setuptools";
1516

17+
# AttributeError: module 'configparser' has no attribute 'SafeConfigParser'
18+
disabled = pythonAtLeast "3.12";
19+
1620
src = fetchPypi {
1721
inherit pname version;
1822
sha256 = "c3470a8a25d9a339f9ca6243502a9b2277f181d772b7acbff551d5bc363b7572";

0 commit comments

Comments
 (0)