9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-/t0Seg+8ZrOWOHBu9ftE1xkrnDeoYdHopXBvJTMGYRI=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Object-oriented wrapper around the Linux Tun/Tap device";
37 homepage = "https://github.com/johnthagen/pytap2";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];
40 platforms = platforms.linux;