Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iot-pmc] [CQ 22086] Python cantools 34.0.0

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=22086


Ian Craggs <icraggs@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |icraggs@xxxxxxxxx




--- Comment #3 from Ian Craggs <icraggs@xxxxxxxxx>  2020-05-05 11:09:22 ---
Hi Robert.  The Cantools package itself looks fine, however the setup.py file
says that it also needs the following packages:

install_requires=[
          'bitstruct>=6.0.0',
          'python-can>=2.2.0',
          'textparser>=0.21.1',
          'diskcache'
      ],

I had a quick look at one of them, which also requires some other packages. I'm
not sure how deep the dependency tree goes but I think we need CQs for these
other packages too.


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top