11 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-oqgkE0xG/8cmLeRZdGoHkaHbjtByeJwzBJwEdxH8oNY=";
25 # Migrate to poetry-core
26 url = "https://github.com/pyradius/pyrad/commit/a4b70067dd6269e14a2f9530d820390a8a454231.patch";
27 hash = "sha256-1We9wrVY3Or3GLIKK6hZvEjVYv6JOaahgP9zOMvgErE=";
35 propagatedBuildInputs = [
41 substituteInPlace tests/testServer.py \
42 --replace "def testBind(self):" "def dontTestBind(self):" \
43 --replace "def testBindv6(self):" "def dontTestBindv6(self):"
50 pythonImportsCheck = [
55 description = "Python RADIUS Implementation";
56 homepage = "https://github.com/pyradius/pyrad";
57 license = licenses.bsd3;
58 maintainers = with maintainers; [ ];