https://bugzilla.redhat.com/show_bug.cgi?id=1421304



--- Comment #4 from Yves L'ECUYER <[email protected]> ---
Well with python3-aiohttp-1.2.0, gns3-gui goes further on, but I get the same
problem than with python3-aiohttp-1.3 from development fc26
==================
pkg_resources.ContextualVersionConflict: (multidict 2.1.3
(/usr/lib64/python3.5/site-packages), Requirement.parse('multidict>=2.1.4'),
{'aiohttp'})
and of course multidict>=2.1.4 is not available for fedora 25
=================
Ok rebuilding python3-multidict-2.1.4-1.fc25.x86_64
from python-multidict-2.1.3-1.fc25.src.rpm, ajusting the release to 2.1.4 in
SPEC file,
and downloading the updated tarball from the link in *.spec, with:
============
modname=multidict

version=2.1.5

URL=https://github.com/aio-libs/${modname}
wget       ${URL}/archive/v${version}/${modname}-${version}.tar.gz
=======================
Once that last update installed, gns3-gui is working fine, with successful
 connection to gns3 local service !!!!

So WE MUST ADD in gns3-gui and gns3-server spec file:
Requires: python3-multidict >= 2.1.4
Requires: python3-aiohttp   >=1.2.0
Requires: python3-aiohttp-cors >= 0.5.0

EXPECTING SEE ALL THIS SOON, in standard Fedora update repos !!!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to