Hi Slawek, “long” type can not be used on Python 3. How about using “numbers.Integral” or “six.integer_types” instead?
Thanks, Iwase 2018/08/11 18:03、Slawomir Kaplonski <[email protected]>のメール: > Hi, > > Here there is patch which fixes build of python-ryu package on Fedora i386 > and (I hope) arm architectures. > Errors which we had can be found on [1]. > > [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=28929458 > > <0001-Fix-convertion-of-ipv4-to-string-on-i386-and-arch.patch> > > > — > Slawek Kaplonski > Senior software engineer > Red Hat > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
