Re: specfile dependecy to pip package

2019-09-19 Thread Marek Tamaskovic
Thank you guys. Regards MT On Thu, Sep 19, 2019 at 3:36 PM Miro Hrončok wrote: > On 19. 09. 19 15:12, Dan Čermák wrote: > > In Fedora 30 there is only Sphinx 1.8.4, so you'll have to patch your > > package to work with an older version of sphinx. > > Or stop building the docs on Fedora 30 and on

Re: specfile dependecy to pip package

2019-09-19 Thread Miro Hrončok
On 19. 09. 19 15:12, Dan Čermák wrote: In Fedora 30 there is only Sphinx 1.8.4, so you'll have to patch your package to work with an older version of sphinx. Or stop building the docs on Fedora 30 and only build it on Fedora 31+. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok __

Re: specfile dependecy to pip package

2019-09-19 Thread Dan Čermák
Hi Marek, Marek Tamaskovic writes: > Hi, > I'm maintainer of libcbor package and in fedora 30 has been removed > python3-sphinx package which is required to build documentation for > libcbor. I can changa the dependency to python2-sphinx but thats not what I > really want to do. Another option

Re: specfile dependecy to pip package

2019-09-19 Thread Vascom
python3-sphinx not removed. Look at https://koji.fedoraproject.org/koji/packageinfo?packageID=6297 чт, 19 сент. 2019 г. в 16:03, Marek Tamaskovic : > > Hi, > I'm maintainer of libcbor package and in fedora 30 has been removed > python3-sphinx package which is required to build documentation for l

specfile dependecy to pip package

2019-09-19 Thread Marek Tamaskovic
Hi, I'm maintainer of libcbor package and in fedora 30 has been removed python3-sphinx package which is required to build documentation for libcbor. I can changa the dependency to python2-sphinx but thats not what I really want to do. Another option is to install sphinx via pip3. However in build