14 buildPythonPackage rec {
17 format = "setuptools";
20 inherit pname version;
21 hash = "sha256-h4PKQuOwB28IsmkBqsa52bHxnEEAdOesz6uQLBhP9KM=";
24 # only relevant to python < 3.4
26 substituteInPlace setup.py \
27 --replace ', "pathlib2"' ' '
30 propagatedBuildInputs = [
43 # ==================================== ERRORS ====================================
44 # ________________________ ERROR collecting test session _________________________
45 # Direct construction of SpecModule has been deprecated, please use SpecModule.from_parent
46 # See https://docs.pytest.org/en/stable/deprecations.html#node-construction-changed-to-node-from-parent for more details.
49 pythonImportsCheck = [ "fabric" ];
52 description = "Pythonic remote execution";
54 homepage = "https://www.fabfile.org/";
55 license = licenses.bsd2;