FS#53594 - [python-django] 1.11-1 now needs python-pytz added as dependency

Attached to Project: Arch Linux
Opened by David McInnis (daavve) - Thursday, 06 April 2017, 22:40 GMT
Last edited by Jelle van der Waa (jelly) - Tuesday, 18 April 2017, 15:13 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Angel Velasquez (angvp)
Jelle van der Waa (jelly)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

python-django now needs python-pytz installed in order to work.

Steps to reproduce:

remove python-pytz
install extra/python-django 1.11-1

run the command #django-admin

********************************************************8

$ django-admin
Traceback (most recent call last):
File "/usr/bin/django-admin", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3036, in <module>
@_call_aside
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3020, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3049, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 654, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 968, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 854, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pytz' distribution was not found and is required by Django

*************************************************************************************************
This task depends upon

Closed by  Jelle van der Waa (jelly)
Tuesday, 18 April 2017, 15:13 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 1.11-2

Loading...