Opened 9 years ago
Closed 9 years ago
#248 closed defect (fixed)
python spec
| Reported by: | Silvan Scherrer | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | spec files | Version: | |
| Severity: | high | Keywords: | |
| Cc: |
Description
we need to add
Requires: python-rpm-macros Requires: python2-rpm-macros
to the python-devel rpm, as else a lot newer python rpm will not be buidable out of the box. As those need the macros installed.
We should also move
%{pylibdir}/unittest
from python-test to python-libs like in the current fedora package. As it makes absolute no sense to install the big -test rpm just for the unittest
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
this change is done in r1118 and released as 2.7.6-17
Note:
See TracTickets
for help on using tickets.

FYI unittest was added in python 2.7.6 spec update in r405. But unfortunately at the wrong position :(