python312Packages.pathtools: disable

This commit is contained in:
Martin Weinelt 2024-03-28 03:10:00 +01:00
parent 03a76c271e
commit c7faa543a3
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonAtLeast
}:
buildPythonPackage rec {
@ -8,6 +9,9 @@ buildPythonPackage rec {
version = "0.1.2";
format = "setuptools";
# imp and distuils usage, last commit in 2016
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;
sha256 = "1h7iam33vwxk8bvslfj4qlsdprdnwf8bvzhqh3jq5frr391cadbw";