PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 978 - Unexpected dependency for Python 2.7 using pyside-assistant
: Unexpected dependency for Python 2.7 using pyside-assistant
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: packaging
: 1.0.5
: PC Linux
: P5 major
Assigned To: Bruno Araujo
:
:
:
  Show dependency treegraph
 
Reported: 2011-08-18 01:27 EEST by dom
Modified: 2011-10-20 22:53 EEST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dom 2011-08-18 01:27:27 EEST
When creating a Debian package for Harmattan and Fremantle a dependency for
Python 2.7 is introduced unexpectedly. 

This only happens when 'packages' or 'py_modules' are specified in setup.py

To reproduce the issue for a plain new project:
$psa init sampleproj harmattan
$cd sampleproj
$psa build-deb
$egrep -r python:Depends * #python:Depends=python2.6
$mkdir p
$touch p/__init__.py
#add packages=['p'] to setup.py
$psa build-deb
$egrep -r python:Depends * #python:Depends=python2.6, python (>=2.7.1-0ubuntu2)

I am using Kubuntu 11.04 Natty with no special configuration.
python-stdeb (0.6.0+20100620-1)
pyside-assistant (0.5-ubuntu5~n1)
Comment 1 dom 2011-08-18 15:08:11 EEST
I can reproduce that one in a newly installed Natty 11.04 i386 running in
VirtualBox.
Comment 2 Bruno Araujo 2011-08-18 17:17:55 EEST
I can reproduce it here, thanks for reporting.
Comment 3 Bruno Araujo 2011-10-19 23:22:30 EEST
Fixed in pyside-assistant 0.6.
Comment 4 Hugo Parente Lima 2011-10-20 22:53:47 EEST
Released on 1.0.8.