Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#64033 - [python-virtualenvwrapper] propose to declare `which` as its dependency

Attached to Project: Community Packages
Opened by Whyme Lyu (5long) - Sunday, 06 October 2019, 11:31 GMT
Last edited by Evangelos Foutras (foutrelis) - Sunday, 03 November 2019, 13:36 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:

`base` group is going away, see: https://www.archlinux.org/todo/base-group-removal/. Packages previously belongs to the `base` group can no longer be assumed pre-installed on every Arch OS.

In this case, it's the `which` package that might be missing and that would break this package.

Additional info:
* package version(s): 4.8.4-1

Steps to reproduce:

* Install the `base` metapackage
* Remove the `which` package
* Run `source /usr/bin/virtualenvwrapper_lazy.sh`

Observed result:

* It prints:

```
/usr/bin/virtualenvwrapper_lazy.sh:8: command not found: which
ERROR: virtualenvwrapper_lazy.sh: Could not find virtualenvwrapper.sh
```

Expected result:

* Either: `source /usr/bin/virtualenvwrapper_lazy.sh` still works
* ... or: prevent the user from removing the `which` package, since it's a required dependency of python-virtualenvwrapper.
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Sunday, 03 November 2019, 13:36 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-virtualenvwrapper 4.8.4-2

Loading...