Update notes about hacking on os-brick

Python 3.6+, drop note about gdbm.

Change-Id: Ifcb69f86798d63d1fc2ba6acd91cdc6c71b9e5ea
This commit is contained in:
Eric Harney 2021-06-02 10:23:55 -04:00
parent 69528f329c
commit 3d1ae08abe
1 changed files with 2 additions and 3 deletions

View File

@ -31,9 +31,8 @@ Features
Hacking
-------
Hacking on brick requires python-gdbm (for Debian derived distributions),
Python 2.7 and Python 3.4. A recent tox is required, as is a recent virtualenv
(13.1.0 or newer).
Hacking on brick requires Python 3.6+. A recent tox is required, as is a recent
virtualenv (20.2.2 or newer).
If "tox -e py34" fails with the error "db type could not be determined", remove
the .testrepository/ directory and then run "tox -e py34".