mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.fabric: use __structuredAttrs = true
This commit is contained in:
@@ -17,6 +17,7 @@ buildPythonPackage rec {
|
||||
pname = "fabric";
|
||||
version = "3.2.3";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fabric";
|
||||
|
||||
Reference in New Issue
Block a user