Skip to content

Commit

Permalink
remove install_pip=True from Python easyconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed Jan 2, 2025
1 parent 7e9854f commit ec89dfd
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ dependencies = [

osdependencies = [OS_PKG_OPENSSL_DEV]

install_pip = True

exts_default_options = {
'source_urls': [PYPI_SOURCE],
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

exts_default_options = {
'source_urls': [PYPI_SOURCE],
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

exts_default_options = {
'source_urls': [PYPI_SOURCE],
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

exts_default_options = {
'source_urls': [PYPI_SOURCE],
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

exts_default_options = {
'source_urls': [PYPI_SOURCE],
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

exts_default_options = {
'source_urls': [PYPI_SOURCE],
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

exts_default_options = {
'source_urls': [PYPI_SOURCE],
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ dependencies = [
('OpenSSL', '3', '', SYSTEM),
]

install_pip = True

exts_default_options = {
'source_urls': [PYPI_SOURCE],
}
Expand Down
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/p/Python/Python-3.8.6-GCCcore-10.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ dependencies = [

osdependencies = [OS_PKG_OPENSSL_DEV]

install_pip = True

exts_default_options = {
'source_urls': [PYPI_SOURCE],
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

moduleclass = 'lang'
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/p/Python/Python-3.9.5-GCCcore-10.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

exts_default_options = {
'source_urls': [PYPI_SOURCE],
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

moduleclass = 'lang'
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/p/Python/Python-3.9.6-GCCcore-11.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ dependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]

install_pip = True

exts_default_options = {
'source_urls': [PYPI_SOURCE],
}
Expand Down

0 comments on commit ec89dfd

Please sign in to comment.