10 buildPythonPackage rec {
11 pname = "packet-python";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-WVfMELOoml7Hx78jy6TAwlFRLuSQu9dtsb6Khs6/cgI=";
23 substituteInPlace setup.py \
24 --replace "pytest-runner" ""
27 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 description = "Python client for the Packet API";
42 homepage = "https://github.com/packethost/packet-python";
43 changelog = "https://github.com/packethost/packet-python/blob/v${version}/CHANGELOG.md";
44 license = licenses.lgpl3Only;
45 maintainers = with maintainers; [ dipinhora ];