python310Packages.zetup: disable for python3.10
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user