projects
/
osm
/
IM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295e5d3
)
Removed dependence on pyangbind, because it leads to issues during deb package instal...
56/2156/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 11 Sep 2017 08:44:40 +0000
(10:44 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 11 Sep 2017 08:44:40 +0000
(10:44 +0200)
Change-Id: I108342fb611169490ea7007ea7ff93909fdff0db
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
6cfe17b
..
ce3d5d6
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-10,7
+10,7
@@
setup(
packages=find_packages(),
include_package_data=True,
install_requires=[
- 'pyangbind'
+
#
'pyangbind'
],
setup_requires=['setuptools-version-command'],
test_suite='nose.collector',