FS#26594 - [python-virtualenvwrapper] Is python-virtualenv incorrectly listed as a dependency?

Attached to Project: Community Packages
Opened by Andrew Wong (w0ng) - Monday, 24 October 2011, 06:47 GMT
Last edited by Evangelos Foutras (foutrelis) - Sunday, 30 October 2011, 16:49 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: I'm using python2 + python2-virtualenv. I don't use python3 so I'm not sure if this works under python3. Is python-virtualenv incorrectly listed as a dependency(i.e. should it be removed or should python-virtualenv/python2-virtualenv be split)? Removing python-virtualenv from depends via abs seems to work fine.


Additional info:
* package version(s) installed:
python2 2.7.2-2, python2-virtualenv 1.6.4-1


Steps to reproduce:
sudo abs
cp -r /var/abs/community/python-virtualenvwrapper ~/.abs/
cd ~/.abs/python-virtualenvwrapper
vim PKGBUILD --> pkgrel=2 --> depends=('python2-virtualenv') --> save/quit
makepkg -s
yaourt -U python-virtualenvwrapper-2.10.1-2-any.pkg.tar.xz

   make.log (5.6 KiB)
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Sunday, 30 October 2011, 16:49 GMT
Reason for closing:  Not a bug
Additional comments about closing:  See my comment below.
Comment by Evangelos Foutras (foutrelis) - Tuesday, 25 October 2011, 12:09 GMT
virtualenv can create both Python 2 and Python 3 environments (by using the -p switch).

virtualenvwrapper acts as a wrapper for the virtualenv command, thus the dependency.

Loading...