6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "sha256-Q/hobkVdpQUoNf0e2iaJ1R3jZwqsl5mxsAz9IDkn7kU=";
15 # Project has no tests
18 pythonImportsCheck = [ "dpkt" ];
21 description = "Fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols";
22 homepage = "https://github.com/kbandla/dpkt";
23 license = licenses.bsd3;
24 maintainers = with maintainers; [ bjornfor ];
25 platforms = platforms.all;