Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
4148e41f
Commit
4148e41f
authored
Sep 03, 2017
by
xoviat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pep517: rename skip_install_eggs
parent
3a67d08b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
setuptools/pep517.py
setuptools/pep517.py
+3
-3
No files found.
setuptools/pep517.py
View file @
4148e41f
...
...
@@ -29,7 +29,7 @@ def fix_config(config_settings):
def
get_build_requires
(
config_settings
):
config_settings
=
fix_config
(
config_settings
)
requirements
=
[
'setuptools'
,
'wheel'
]
dist
.
skip_install_eggs
=
True
dist
.
_
skip_install_eggs
=
True
sys
.
argv
=
sys
.
argv
[:
1
]
+
[
'egg_info'
]
+
\
config_settings
[
"--global-option"
]
...
...
@@ -38,7 +38,7 @@ def get_build_requires(config_settings):
except
SetupRequirementsError
as
e
:
requirements
+=
e
.
specifiers
dist
.
skip_install_eggs
=
False
dist
.
_
skip_install_eggs
=
False
return
requirements
...
...
@@ -88,4 +88,4 @@ def build_sdist(sdist_directory, config_settings=None):
if
f
.
endswith
(
'.tar.gz'
)]
assert
len
(
sdists
)
==
1
return
sdists
[
0
]
\ No newline at end of file
return
sdists
[
0
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment