diff --git a/recipes/default.rb b/recipes/default.rb index 7735729f..6fa46d11 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -125,7 +125,7 @@ python_runtime '2' do provider :system # Workaround for https://github.com/poise/poise-python/issues/133 pip_version '18.0' - # Align with eg. OpenStack-Ansible (https://git.openstack.org/cgit/openstack/openstack-ansible/tree/global-requirement-pins.txt) + # Align with eg. OpenStack-Ansible (https://opendev.org/openstack/openstack-ansible/tree/global-requirement-pins.txt) setuptools_version '40.0.0' wheel_version '0.31.1' end diff --git a/recipes/python.rb b/recipes/python.rb index f5374eb0..ea985fd7 100644 --- a/recipes/python.rb +++ b/recipes/python.rb @@ -23,7 +23,7 @@ case node['platform_family'] when 'debian' python_runtime '3.5' do provider :system - # Align with eg. OpenStack-Ansible (https://git.openstack.org/cgit/openstack/openstack-ansible/tree/global-requirement-pins.txt) + # Align with eg. OpenStack-Ansible (https://opendev.org/openstack/openstack-ansible/tree/global-requirement-pins.txt) pip_version '18.0' setuptools_version '40.0.0' wheel_version '0.31.1'