python312Packages.rfc7464: disable

This commit is contained in:
Martin Weinelt
2025-04-03 23:13:20 +02:00
parent e05360c0c3
commit 84ef97d218
@@ -2,6 +2,7 @@
buildPythonPackage,
fetchPypi,
lib,
pythonAtLeast,
}:
buildPythonPackage rec {
@@ -9,6 +10,9 @@ buildPythonPackage rec {
version = "17.7.0";
format = "setuptools";
# AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;
sha256 = "1hcn6h38qplfcmq392cs58r01k16k202bqyap4br02376pr4ik7a";