Re: [oi-dev] Something wrong with dependancies

2021-07-10 Thread John Howard
Python dependencies can be compared online amongst distros. Compare OI Python v3.9 against Debian or Raspberry Pi's Linux which is heavily Python centric. The OI py-test dependencies you listed look reasonable. Notice the py-zipp v3.5 is unique, indicating it is the last minor change. __

[oi-dev] Something wrong with dependancies

2021-07-10 Thread Gary Mills
I'm trying to build a library that uses only python-3.9 . For its tests, it requires pytest-3.9 . I noticed that OI has the pytest-39 package, and it includes that executable. However, when I tried to install that package, I got 30 packages. What's going on? Something must be broken with depen