Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832080 - dev-python/aws-xray-sdk-python-2.8.0 should depend on <dev-python/django-4
Summary: dev-python/aws-xray-sdk-python-2.8.0 should depend on <dev-python/django-4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-26 06:00 UTC by Chris Kerr
Modified: 2022-09-20 03:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (dev-python:aws-xray-sdk-python-2.8.0:20220126-055038.log,183.43 KB, text/plain)
2022-01-26 06:06 UTC, Chris Kerr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Kerr 2022-01-26 06:00:54 UTC
Building dev-python/aws-xray-sdk-python-2.8.0 with FEATURES=test gives errors:

ImportError: cannot import name 'url' from 'django.conf.urls'

The 'django.conf.urls.url' function was deprecated in django 3 and removed in django 4. This should be reflected in the dependencies of aws-xray-sdk-python
Comment 1 Chris Kerr 2022-01-26 06:06:28 UTC
Created attachment 763641 [details]
build log
Comment 2 Chris Kerr 2022-01-26 06:08:11 UTC
With django-3.2.11 installed, the tests pass
Comment 3 Chris Kerr 2022-09-20 03:07:19 UTC
dev-python/aws-xray-sdk-python-2.10.0 seems not to have this problem any more.