summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2018-08-28 21:39:48 +0000
committerStephen Finucane <stephenfin@redhat.com>2019-01-22 17:19:24 +0000
commitbc4193b183bb58c56cb3b46c04b763aebba09c54 (patch)
treec6b032e6c15104cf6dfd957cc87555e89e5ab68e /releasenotes
parentd01abc82d081c98748ff95d7bb47abd9c1ff678c (diff)
downloadpbr-bc4193b183bb58c56cb3b46c04b763aebba09c54.tar.gz
Ignore --find-links in requirements file
We already skip things like --index-url, but --find-links can also be present and also shouldn't be included in install_requires. This also fixes some issues with the existing unit test for this filtering. Change-Id: Ie8eca8c19e955d52722feaa71d5843ccd74b0da0 Closes-Bug: 1716808
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.