python310Packages.zetup: disable for python3.10

This commit is contained in:
Jonathan Ringer
2022-02-09 22:18:33 -08:00
parent ef5c414f41
commit d723d2d7bf
@@ -5,12 +5,16 @@
, pathpy
, pytestCheckHook
, setuptools-scm
, pythonAtLeast
}:
buildPythonPackage rec {
pname = "zetup";
version = "0.2.64";
# https://github.com/zimmermanncode/zetup/issues/4
disabled = pythonAtLeast "3.10";
src = fetchPypi {
inherit pname version;
sha256 = "b8a9bdcfa4b705d72b55b218658bc9403c157db7b57a14158253c98d03ab713d";