python310Packages.pyro4: add changelog to meta
This commit is contained in:
@@ -37,7 +37,9 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
# add testsupport.py to PATH
|
||||
preCheck = "PYTHONPATH=tests/PyroTests:$PYTHONPATH";
|
||||
preCheck = ''
|
||||
PYTHONPATH=tests/PyroTests:$PYTHONPATH
|
||||
'';
|
||||
|
||||
|
||||
pytestFlagsArray = [
|
||||
@@ -61,6 +63,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Distributed object middleware for Python (RPC)";
|
||||
homepage = "https://github.com/irmen/Pyro4";
|
||||
changelog = "https://github.com/irmen/Pyro4/releases/tag/{version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ prusnak ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user