diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-01-04 12:29:48 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-01-08 11:23:55 -0600 |
commit | 7f765f4f2be719473ee329c00f7125a785057deb (patch) | |
tree | 774a48afb6f914302b2acd2dbf6e122205a96705 /host/docs | |
parent | f22e3c2d475f4579d9fdd0cd533c509a52a47ad1 (diff) | |
download | uhd-7f765f4f2be719473ee329c00f7125a785057deb.tar.gz uhd-7f765f4f2be719473ee329c00f7125a785057deb.tar.bz2 uhd-7f765f4f2be719473ee329c00f7125a785057deb.zip |
docs: Remove reference to Python six
six is no longer in use within UHD, this is a stray reference in the
build documentation.
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/build.dox.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/docs/build.dox.in b/host/docs/build.dox.in index 46ca8e57e..9dee5bd80 100644 --- a/host/docs/build.dox.in +++ b/host/docs/build.dox.in @@ -75,7 +75,6 @@ The directory to which you extract libusb must not contain spaces. This is to sa pip3 install requests pip3 install numpy pip3 install ruamel.yaml - pip3 install six pip3 install setuptools - For curses package installation: |