12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 hash = "sha256-6LA2n7Kv0MiZcqUJpi0lDN4Q+GcOttYw7hJwVqK/DU0=";
43 pythonImportsCheck = [
47 doCheck = pythonOlder "3.10";
54 description = "Module to interface with the libpcap packet capture library";
55 homepage = "https://github.com/stamparm/pcapy-ng/";
56 license = licenses.bsd2;
57 maintainers = with maintainers; [ fab ];