Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-defaults
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
python-defaults
Commits
c0637465
Commit
c0637465
authored
13 years ago
by
Piotr Ożarowski
Browse files
Options
Downloads
Patches
Plain Diff
suggest safe name in PyDist warning
parent
8f888e74
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debpython/pydist.py
+1
-1
1 addition, 1 deletion
debpython/pydist.py
with
1 addition
and
1 deletion
debpython/pydist.py
+
1
−
1
View file @
c0637465
...
...
@@ -174,7 +174,7 @@ def guess_dependency(req, version=None):
log
.
warn
(
'
Cannot find package that provides %s.
'
'
Using %s as package name. Please add
"
%s correct_package_name
"
'
'
line to debian/pydist-overrides to override it.
'
,
name
,
pname
,
name
)
name
,
pname
,
safe_name
(
name
)
)
return
pname
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment