GNU Health - Bugs: bug #40169, Backward incompatibility using...
You are not allowed to post comments on this tracker with your current authentication level.
bug #40169: Backward incompatibility using --pre option of pip command
| Submitter: | Bruno M. Villasanti <bvillasanti> | ||
| Submitted: | Fri 04 Oct 2013 03:10:36 AM UTC | ||
| Category: | Operating System | Severity: | 3 - Normal |
| Item Group: | None | Status: | Fixed |
| Privacy: | Public | Assigned to: | bvillasanti |
| Open/Closed: | Closed | Release: | 2.2.0 |
| Module: | GNU Health Installer | Component: | None |
|
Fri 04 Oct 2013 12:16:47 PM UTC, comment #2: |
Luis Falcon <meanmicio> |
|
Fri 04 Oct 2013 03:32:45 AM UTC, comment #1: Fixed in changeset 1031:cba1aa443bbc [1]
|
Bruno M. Villasanti <bvillasanti> |
|
Fri 04 Oct 2013 03:10:36 AM UTC, original submission:
Fix implemented in changeset:1028 [1] adds a "--pre" option for pytz package installation. Which fails using previous versions to pip-1.4.0 [2].
|
Bruno M. Villasanti <bvillasanti> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 4 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2013-10-04 | bvillasanti | Status | In Progress | Fixed | |
| Open/Closed | Open | Closed | |||
| 2013-10-04 | bvillasanti | Status | None | In Progress | |
| Release | None | 2.2.0 |
Powered by Savane 3.12.
Corresponding source code

Thanks, Bruno !
It looks like pytz just changed the naming of the package, removing the letter and making it compatible with PyPI.
Instead of pytz2013d they are using now a pytz 2013.7 , so if they keep this naming convention, there should be no need for an extra call to install the library.
If confirmed, we should just revert to the original installation, including pytz with the list of the other libraries. No need for --pre .
Best,