mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
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:
parent
3719805988
commit
9e5d4b3b17
@ -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