Loading pkgs/development/python-modules/python-ldap/default.nix +7 −6 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder, # build-system distutils, Loading @@ -23,18 +21,21 @@ buildPythonPackage rec { pname = "python-ldap"; version = "3.4.4"; version = "3.4.5"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "python-ldap"; repo = "python-ldap"; tag = "python-ldap-${version}"; hash = "sha256-v1cWoRGxbvvFnHqnwoIfmiQQcxfaA8Bf3+M5bE5PtuU="; hash = "sha256-olRu5HacRKaAcNbQczA+UCbDxhySUOO7qH0KdWlSbT0="; }; postPatch = '' # unused in 3.4.5; https://github.com/python-ldap/python-ldap/pull/597 sed -i "/setuptools-scm/d" pyproject.toml ''; build-system = [ distutils setuptools Loading Loading
pkgs/development/python-modules/python-ldap/default.nix +7 −6 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder, # build-system distutils, Loading @@ -23,18 +21,21 @@ buildPythonPackage rec { pname = "python-ldap"; version = "3.4.4"; version = "3.4.5"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "python-ldap"; repo = "python-ldap"; tag = "python-ldap-${version}"; hash = "sha256-v1cWoRGxbvvFnHqnwoIfmiQQcxfaA8Bf3+M5bE5PtuU="; hash = "sha256-olRu5HacRKaAcNbQczA+UCbDxhySUOO7qH0KdWlSbT0="; }; postPatch = '' # unused in 3.4.5; https://github.com/python-ldap/python-ldap/pull/597 sed -i "/setuptools-scm/d" pyproject.toml ''; build-system = [ distutils setuptools Loading