root/build-tools/build-wheels
Don Penney 468097ba39 Remove Django from wheels tarball
Wheels added to the wheels.cfg file result in modification to the
upper-constraints.txt included in the wheels tarball to point to the
explicit wheel added by the wheels.cfg. The inclusion of Django
resulted in an upper-constraints.txt entry locking the version to
2.1.5.

However, the openstack/horizon requirements.txt file includes the
following: Django>=2.2,<3.0

This results in a conflict between the constraints and requirements.
Recent updates to the pip resolver exposed the conflict, and pip was
unable to find a version of Django to fit both.

Since the Django entry was just downloading a pre-built wheel, as
opposed to building an appropriate wheel from tarball, this update
removes the entry altogether to avoid creating this conflict.

Change-Id: I870a72f312c781a9b000fc98c4ed104c22469ebd
Closes-Bug: 1907290
Signed-off-by: Don Penney <don.penney@windriver.com>
2020-12-09 17:29:46 -05:00
..
docker Remove Django from wheels tarball 2020-12-09 17:29:46 -05:00
build-base-wheels.sh Add proxy setting for container image build scripts 2020-08-18 19:55:46 +08:00
build-wheel-tarball.sh Add proxy setting for container image build scripts 2020-08-18 19:55:46 +08:00
get-stx-wheels.sh Build script readiness for renaming cgcs-centos-repo to centos-repo 2020-09-24 11:59:55 -04:00
utils.sh Fix use of 'let -i' in scripts 2020-08-11 10:36:43 -04:00