Closed
Description
Known problems on CentOS 8
No python-setuptools and python-msgpack packages. There is python3-setuptools in the standard repositories and python3-msgpack in EPEL.
NB: How to better define dependency on EPEL in RPM spec? Or it is better ship python3-msgpack from our repositories?
See also tarantool/tarantool#4611 (comment)
Known problems on Fedora 31
Unlike CentOS 8 there are python-setuptools and python-msgpack aliases for python3-setuptools and python3-msgpack (however I think it would be better to depend on the latter ones directly).
But there is no python
command, only python3
, so python setup.py <...>
commands fails.