Skip to content

Commit cf1b339

Browse files
himani2411Himani Anil Deshpande
andauthored
Update node package requirements to specify setuptools (#684)
Co-authored-by: Himani Anil Deshpande <himanidp@amazon.com>
1 parent 5ec896c commit cf1b339

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
boto3>=1.7.55
22
retrying~=1.3
3+
setuptools

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def read(fname):
3333
"computemgtd = slurm_plugin.computemgtd:main",
3434
]
3535
version = "3.15.0"
36-
requires = ["boto3>=1.7.55", "retrying>=1.3.3"]
36+
requires = ["boto3>=1.7.55", "retrying>=1.3.3", "setuptools"]
3737

3838
setup(
3939
name="aws-parallelcluster-node",

0 commit comments

Comments
 (0)