diff --git a/doc/source/index.rst b/doc/source/index.rst
index 8e2deb81..0652d0e4 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -23,12 +23,10 @@ Default variables
    :language: yaml
    :start-after: under the License.
 
+Dependencies
+~~~~~~~~~~~~
 
-Required variables
-~~~~~~~~~~~~~~~~~~
-
-None.
-
+This role needs pip >= 7.1 installed on the target host.
 
 Example playbook
 ~~~~~~~~~~~~~~~~
@@ -36,9 +34,8 @@ Example playbook
 .. literalinclude:: ../../examples/playbook.yml
    :language: yaml
 
-
 Tags
-====
+~~~~
 
 This role supports the ``ironic-install`` and ``ironic-config`` tags.
 Use the ``ironic-install`` tag to install and upgrade. Use the
diff --git a/meta/main.yml b/meta/main.yml
index 4c78816e..ccc28325 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -28,7 +28,6 @@ galaxy_info:
   - baremetal
   - system
 dependencies:
-  - pip_install
   - role: apt_package_pinning
     when:
       - ansible_pkg_mgr == 'apt'