Merge pull request #278157 from mweinelt/buildPythonApplication-example

doc/python: update buildPythonApplication example

authored by Martin Weinelt and committed by GitHub 435bb9e7 6786065e

+5 -6
+5 -6
doc/languages-frameworks/python.section.md
··· 299 hash = "sha256-Pe229rT0aHwA98s+nTHQMEFKZPo/yw6sot8MivFDvAw="; 300 }; 301 302 - nativeBuildInputs = [ 303 - python3Packages.setuptools 304 - python3Packages.wheel 305 ]; 306 307 - propagatedBuildInputs = [ 308 - python3Packages.tornado 309 - python3Packages.python-daemon 310 ]; 311 312 meta = with lib; {
··· 299 hash = "sha256-Pe229rT0aHwA98s+nTHQMEFKZPo/yw6sot8MivFDvAw="; 300 }; 301 302 + nativeBuildInputs = with python3Packages; [ 303 + setuptools 304 ]; 305 306 + propagatedBuildInputs = with python3Packages; [ 307 + tornado 308 + python-daemon 309 ]; 310 311 meta = with lib; {