python310Packages.botocore: add format = "setuptools"

This commit is contained in:
Theodore Ni
2023-07-28 12:15:32 +02:00
committed by Martin Weinelt
parent 6d45281dde
commit 02cd4de89c
@@ -11,6 +11,7 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.31.9"; # N.B: if you change this, change boto3 and awscli to a matching version
format = "setuptools";
src = fetchPypi {
inherit pname version;