summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-10-25 16:04:20 +0200
committerAndreas Enge <andreas@enge.fr>2025-10-25 16:04:34 +0200
commit32d7df04e6ba26a2691d56dfd49719938a918f77 (patch)
tree9fea40b6bfe1376da00e83eaec3e60f5929a9d73
parentc9f5f9d1862902efe0cc447472ba8fb7aba90f82 (diff)
gnu: Remove python-robotframework-sshtunnellibrary.
* gnu/packages/python-xyz.scm (python-robotframework-sshtunnellibrary): Delete variable. Fixes: guix/guix#2965 Change-Id: I2c2983ef72b1c8c71e3bec89a39aff4c1ac220b5
-rw-r--r--gnu/packages/python-xyz.scm29
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3ec7d6b2802..391809c34f3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9289,35 +9289,6 @@ utility, a static analysis tool (linter) for Robot Framework source files.")
tunnels in the background, using Python.")
(license license:expat))))
-(define-public python-robotframework-sshtunnellibrary
- (package
- (name "python-robotframework-sshtunnellibrary")
- (version "1.0.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/C-Squad/robotframework-sshtunnellibrary")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1vkkmkb8iql13xpbyj4hvnnmfgzqlr8rffgryp2082cadb3w7xrd"))))
- (build-system python-build-system)
- (arguments
- (list #:phases #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "python" "-m" "unittest"
- "discover" "-s" "test")))))))
- (propagated-inputs (list python-robotframework python-sshtunnel))
- (home-page "https://github.com/C-Squad/robotframework-sshtunnellibrary")
- (synopsis "Alternative RobotFramework library for SSH tunnels")
- (description "SSHTunnelLibrary is an alternative RobotFramework
-library (to the more official one that comes from the
-@code{robotframework-sshlibrary} package) to support SSH tunnels.")
- (license license:asl2.0)))
-
(define-public python-robotframework-stacktrace
(package
(name "python-robotframework-stacktrace")