Conversation
gronke
commented
Nov 13, 2020
- refactor requirement parsing in setup.py
a04bc9e to
59c06b4
Compare
|
given that libioc is a library, we should python packaging best practices, and not have a we could use the same approach i suggested in gronke/py-freebsd_sysctl#9 and add our requirements in |
| install_requires = | ||
| gitpython | ||
| freebsd_sysctl==0.0.7 | ||
| jail==0.0.11 |
There was a problem hiding this comment.
this keeps us only one step away from the current setup
we should use ranges in libioc, and only in ioc use exact versions of the published (on ports) packages
There was a problem hiding this comment.
I agree that major version pinning is sufficient. Meanwhile the interfaces of both tools are stable enough to not break.
There was a problem hiding this comment.
time for a 1.0 release then
fixes ParsedRequirement error installing libioc
|
why are the cirrus tests failing like that? |