Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
7f12e3ed
Commit
7f12e3ed
authored
Feb 12, 2019
by
André Anjos
💬
Browse files
[deps][python-gitlab] Ignore pip deps and resolve clobbering warnings
parent
2b20d94d
Pipeline
#26813
passed with stages
in 8 minutes and 7 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
deps/python-gitlab/meta.yaml
View file @
7f12e3ed
...
...
@@ -10,8 +10,8 @@ source:
sha256
:
401ef8929db4dcb5b08e0a2263a0a70599fc7e5b27615f956ac26d245802d09e
build
:
number
:
0
script
:
"
{{
PYTHON
}}
-m
pip
install
.
-vv
"
number
:
1
script
:
"
{{
PYTHON
}}
-m
pip
install
--no-deps
--ignore-installed
.
"
entry_points
:
-
gitlab = gitlab.cli:main
...
...
@@ -27,6 +27,8 @@ requirements:
test
:
imports
:
-
gitlab
commands
:
-
gitlab -h
about
:
home
:
https://github.com/python-gitlab/python-gitlab
...
...
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