17 buildPythonPackage rec {
22 src = fetchFromGitHub {
26 hash = "sha256-bxfnKAzMYh0lhS3he617eGhO7hmNbiwEYHh8k/PZ6r4=";
33 propagatedBuildInputs = [
43 pythonImportsCheck = [
48 description = "An Asyncio-based RTSP library";
49 homepage = "https://github.com/marss/aiortsp";
50 changelog = "https://github.com/marss/aiortsp/blob/${src.rev}/CHANGELOG.rst";
51 license = licenses.lgpl3Plus;
52 maintainers = with maintainers; [ hexa ];