summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-22 21:04:45 +0000
committerGerrit Code Review <review@openstack.org>2019-01-22 21:04:45 +0000
commit7909c7afd31debbc64786c891cacdd39a9932eb8 (patch)
tree0995280c8d05326dcd179fbc2f646a27cb7e0e11 /releasenotes
parenta9b31113b76bde3debc696c1ce71aa7dd594faa3 (diff)
parentbc4193b183bb58c56cb3b46c04b763aebba09c54 (diff)
downloadpbr-7909c7afd31debbc64786c891cacdd39a9932eb8.tar.gz
Merge "Ignore --find-links in requirements file"5.1.2
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ignore-find-links-07cf54f465aa33a6.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/ignore-find-links-07cf54f465aa33a6.yaml b/releasenotes/notes/ignore-find-links-07cf54f465aa33a6.yaml
new file mode 100644
index 0000000..0d10a26
--- /dev/null
+++ b/releasenotes/notes/ignore-find-links-07cf54f465aa33a6.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ PBR now ignores ``--find-links`` in requirements files. This option is not
+ a valid ``install_requires`` entry for setuptools and thus breaks
+ PBR-based installs.