projects
/
osm
/
osmclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85fe6eb
)
Removed duplicated dependecy in setup.py
60/10360/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sun, 21 Feb 2021 16:28:19 +0000
(16:28 +0000)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sun, 21 Feb 2021 16:28:19 +0000
(16:28 +0000)
Change-Id: I247670d156844fc8bd1a5f45bee6b7f7b94c9d3c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
7c6ad39
..
43ce3ee
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-30,7
+30,6
@@
setup(
install_requires=[
'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic',
'jinja2', 'osm-im', 'verboselogs', 'packaging', 'requests',
- 'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im',
],
setup_requires=['setuptools-version-command'],
test_suite='nose.collector',