Update a couple of old references in README file

The default filename is bindep.txt, not other-requirements.txt any more.

Change-Id: I1f993cef586c8dc5faf7ea4cf7e4c20783544a5f
This commit is contained in:
Monty Taylor 2016-08-11 12:42:36 -05:00
parent 1bbf6a77cf
commit c4abfbfc74
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
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
-------------