python312Packages.qt5reactor: disable

It uses versioneer, which is incompatible with Python 3.12, and upstream
hasn't seen a commit in over a year.
This commit is contained in:
Robert Schütz 2024-11-22 14:55:37 -08:00
parent 3719805988
commit 9e5d4b3b17

View File

@ -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";