Bug 1020516

Summary: Cannot build cython and numpy while using python-2.7 cartridge
Product: OKD Reporter: Rob Millner <rmillner>
Component: ContainersAssignee: Rob Millner <rmillner>
Status: CLOSED ERRATA QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: mfisher
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-17 20:55:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rob Millner 2013-10-17 19:55:15 UTC
Description of problem:
Cannot build cython or numpy for python 2.7 cartridge.  Cannot find the development headers/libraries.

But if I create an account, set up a virtual environment for it that's similar to the cartridge install, then I can build both cython and numpy.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Create a python 2.7 application
2. edit setup.py and add cython
  install_requires=['cython'],

3. commit & push

Actual results:
Build fails

Expected results:
Build succeeds


Additional info:

It may be worth adding Cython (apache license) and NumPy RPMs.  We add NumPY already to python 2.6, just not the 2.7 or 3.3 SCL.

Comment 1 Rob Millner 2013-10-17 20:09:35 UTC
Turns out the problem doesn't affect cython, just numpy.  Numpy will be provided via RPM for python-2.7 shortly so setting this low severity.

I still want to see why the build environment is different.