python312Packages.rfc7464: disable
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user