python310Packages.botocore: add format = "setuptools"

This commit is contained in:
Theodore Ni 2023-07-22 11:29:18 -07:00 committed by Martin Weinelt
parent 6d45281dde
commit 02cd4de89c

View file

@ -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;