Can't manage to fix error ImportError: No module named runtests

2016-08-08 Thread Germano Massullo
Hi, I am packaging python-django-model-utils with spec file[1] by the way I obtain the error message ImportError: No module named runtests (full logs at [2]). As you can see from the spec file, to try avoiding this message I added the dependency python-testtools but the result is the same. What ca

Re: Python Patch List

2016-08-08 Thread John Dulaney
On Mon, Aug 08, 2016 at 05:19:44PM +0200, Petr Viktorin wrote: > Hello, > We have a policy that patches for the same issue in the python and > python3 packages should share the same number. This informally > extends to EL and other derived distros, so the number of spec files > to keep in sync grow

Python Patch List

2016-08-08 Thread Petr Viktorin
Hello, We have a policy that patches for the same issue in the python and python3 packages should share the same number. This informally extends to EL and other derived distros, so the number of spec files to keep in sync grows big. To manage the patch numbers, Tomáš Orsava and a bunch of oth

Re: Python 3.6 and blocking-by-default os.urandom()

2016-08-08 Thread Nick Coghlan
On 8 August 2016 at 20:04, Petr Viktorin wrote: > On 08/08/2016 06:09 AM, Nick Coghlan wrote: > >> Elaborating a bit further on the nature of the proposed Rawhide >> experiment, the cases we're trying to distinguish are: >> >> - it doesn't really matter, because it doesn't happen much (few or no

Re: Python 3.6 and blocking-by-default os.urandom()

2016-08-08 Thread Petr Viktorin
On 08/08/2016 06:09 AM, Nick Coghlan wrote: On 8 August 2016 at 13:10, Nick Coghlan mailto:ncogh...@gmail.com>> wrote: Accordingly, what I propose we do is as follows: 1. Raise the concern in the F26 system-wide change proposal for migrating to Python 3.6 2. Apply the patch when