]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests/README: add note about manually installing python-impacket
authorMarc Hoersken <info@marc-hoersken.de>
Sun, 15 Mar 2020 11:33:55 +0000 (12:33 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Sun, 15 Mar 2020 11:34:17 +0000 (12:34 +0100)
Follow up to 4be2560

tests/README

index bfd234a10575b052fbe6542b40a7df39fb63bd36..5fe16c16ea5ed0a1d0ad54df3df6f8877afe26f6 100644 (file)
@@ -40,12 +40,21 @@ The curl Test Suite
 
   perl (and a unix-style shell)
   python (and a unix-style shell)
+  python-impacket (for SMB tests)
   diff (when a test fails, a diff is shown)
   stunnel (for HTTPS and FTPS tests)
   OpenSSH or SunSSH (for SCP, SFTP and SOCKS4/5 tests)
   nghttpx (for HTTP/2 tests)
   nroff (for --manual tests)
 
+  Please install python-impacket in the correct Python environment.
+  At the moment the Python-based test servers still require Python 2.
+  Therefore you will need to use pip2 or your OS' package manager to
+  install the Python 2 version of impacket (if it is still available).
+
+  On stable Debian/Ubuntu the package name is "python-impacket".
+  On FreeBSD the package name is "py27-impacket".
+
  1.2 Port numbers used by test servers
 
   - TCP/8990 for HTTP