From c4abfbfc74a97cddd4b07cfe25327f2fcc54862e Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 11 Aug 2016 12:42:36 -0500 Subject: [PATCH] Update a couple of old references in README file The default filename is bindep.txt, not other-requirements.txt any more. Change-Id: I1f993cef586c8dc5faf7ea4cf7e4c20783544a5f --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6dd45b8..a6c549f 100644 --- a/README.rst +++ b/README.rst @@ -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 -------------