Skip to content
Snippets Groups Projects
Commit 09d18d36 authored by garciadeblas's avatar garciadeblas
Browse files

Juniper Contrail: removed pycurl dependency, added requests


Change-Id: I37acf96887acb64ed33e999e6cc95d081fe6ecf3
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent a5c26d8b
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@
# limitations under the License.
##
#requests
pycurl
requests
git+https://osm.etsi.org/gerrit/osm/RO.git#egg=osm-ro&subdirectory=RO
......@@ -46,8 +46,7 @@ setup(
include_package_data=True,
#dependency_links=["git+https://osm.etsi.org/gerrit/osm/RO.git#egg=osm-ro"],
install_requires=[
"pycurl",
#"requests",
"requests",
"osm-ro @ git+https://osm.etsi.org/gerrit/osm/RO.git#egg=osm-ro&subdirectory=RO"
],
setup_requires=['setuptools-version-command'],
......
......@@ -15,6 +15,5 @@
[DEFAULT]
X-Python3-Version : >= 3.5
Depends3: python3-pycurl, python3-osm-ro
#Depends3: python3-requests, python3-osm-ro
Depends3: python3-requests, python3-osm-ro
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment