From da2a34a3d9136deb2918822af12b77a98543e5f2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 22 Dec 2022 21:21:35 +0100 Subject: [PATCH] python310Packages.troposphere: add changelog to meta --- pkgs/development/python-modules/troposphere/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/troposphere/default.nix b/pkgs/development/python-modules/troposphere/default.nix index 5f22ba776075..a22028fcbfd6 100644 --- a/pkgs/development/python-modules/troposphere/default.nix +++ b/pkgs/development/python-modules/troposphere/default.nix @@ -13,6 +13,7 @@ buildPythonPackage rec { pname = "troposphere"; version = "4.2.0"; + format = "setuptools"; disabled = pythonOlder "3.7"; @@ -48,5 +49,6 @@ buildPythonPackage rec { maintainers = with maintainers; [ jlesquembre ]; license = licenses.bsd2; homepage = "https://github.com/cloudtools/troposphere"; + changelog = "https://github.com/cloudtools/troposphere/blob/${version}/CHANGELOG.rst"; }; }