Merge "Update a couple of old references in README file"

This commit is contained in:
Jenkins 2016-08-11 18:57:44 +00:00 committed by Gerrit Code Review
commit 97eeb46443
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ available profiles::
Writing Requirements Files
==========================
The requirements file ``other-requirements.txt`` lists the dependencies for
The requirements file ``bindep.txt`` lists the dependencies for
projects. Where non-ascii characters are needed, they should be UTF8 encoded.
The file is line orientated - each line is a Debian binary package name, an
@ -103,7 +103,7 @@ Developing bindep
=================
Either install `bindep` and run ``bindep test`` to check you have the needed
tools, or review ``other-requirements.txt`` by hand.
tools, or review ``bindep.txt`` by hand.
Running Tests
-------------